Create python projects blazingly fast
It can create a python project directory
For custom projects:
my_project/
├── README.md
├── requirements.txt
├── .gitignore
├── src/
│ ├── __init__.py
│ ├── main.py
For discord.py projects:
my_project/
├── bot.py
├── requirements.txt
├── .gitignore
├── cogs/
- Build Ezpie from source or download the
windows.bat
from releases
- Build Ezpie from source or download the
linux.sh
from releases
For Custom Projects:
- Open the terminal anywhere and type
ezpie project-name
For Discord.py Projects:
- Open the terminal anywhere and type
ezpie project-name -d
orezpie project-name --discord
- Use cargo build to compile the project
cargo build --release
- Use tokio for faster performance
- Flag to create virtual environment
- Support for Discord.py projects