Skip to content

systemzerodev/project-template-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Project Template Generator

Generate project in seconds with a simple command.


⚑ Quick Start

  1. Install pipx (one-time setup)

pip install pipx pipx ensurepath

«⚠️ Restart your terminal after running "pipx ensurepath"»


  1. Install Project Generator

pipx install git+https://github.com/systemzerodev/project-template-generator.git


  1. Run the Tool

create-project


🧠 How It Works

  • pipx creates an isolated environment automatically
  • No need to manage virtual environments
  • Command is available globally after install

πŸ“¦ What Happens Next?

After running "create-project":

  • A simple UI will appear
  • Fill in your project details
  • Your project will be generated instantly

πŸ“ Output Example

generated/ └── my_project/ β”œβ”€β”€ README.md β”œβ”€β”€ main.py └── config/ └── config.json


πŸ”§ Alternative (Manual Setup)

python -m venv .venv .venv\Scripts\activate

pip install git+https://github.com/systemzerodev/project-template-generator.git

create-project


πŸ“Œ Requirements

  • Python 3.8+

πŸ‘¨β€πŸ’» Author

Systemzerodev

About

Tool untuk generate project dari template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages