Python web framework boilerplate made easy (Start your projects in seconds
)
Myte allows users to choose from popular web frameworks like Flask, FastAPI, and Tornado when initializing a new project. After entering a project name, the user selects their preferred framework which then generates the basic directory structure and boilerplate code to get started.
The project is still at it early phase, alot of expected features are missing.
Choose Myte for effortless web development setup. With intuitive project initialization, pick your preferred framework like Flask or anticipate upcoming options like FastAPI. Whether you're a seasoned developer or just starting out, Myte's user-friendly interface guides you smoothly through setup. Customize project structures to fit your needs with adaptable templates. Stay ahead of the curve with ongoing updates and enhancements, making your web development journey seamless and exciting.
- 🚀 Project Bootstrapping
- 💡 Simplified project setup
- 🛠️ Framework flexibility
- 📝 Customizable templates
- 💻 Cross-OS functionality
Framework | Status |
---|---|
Flask | ✅ Completed |
FastAPI | 🛠️ Undergoing Development |
Tornado | ❌ Not started |
Bottle | ❌ Not started |
Pyramid | ❌ Not started |
CherryPy | ❌ Not started |
It is recommended
to Install Myte
without a virtual environment so it would be available to bootstrap all your web projects going forward.
Install and update using pip
pip install myte
or
python3 -m pip install myte
Run the code below to get started
create-myte
`$ create-myte`
Enter the value y
to proceed or N
to terminate the program
Compatible Note:
Myte requires at least Python 3.8. However, the tool may still work
fine in lower versions. If you encounter any error, do well to report
them here <https://cutt.ly/1wSR7LW0>
Thank you
Do you want to continue? [y/N]: `y`
Enter your desired project name
or simply enter .
(this will erase everything in the current folder) to use current folder.
Project Name (myte-project):
✅ Project name: myte-project
Use the up
and down
arrow key
to select from the available framework and hit enter
.
[?] Select a framework: Flask
> Flask
Flask-Restful-API
✅ Flask, selected
Use the up
and down
arrow key
to select from the available complexity and hit enter
.
[?] Select complexity: Simple
> Simple
Robust
✅ Simple, selected
Project setup complete
Usage:
Run the commands below:
- cd myte-project
-> Your OS is Windows
- pip install virtualenv (if not installed)
- virtualenv env
- source env/scripts/activate
- pip install -r requirements.txt
- Rename example.env to .env
- Go to config.py, decide the database you want to use, uncomment it
and run the pip instructions there
- Go to .env, replace 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' in SECRETKEY with -> og3dOuRYNcnItH2XbYHMYHffbMcBxsS0
See Contributing Guide.
MIT.