Ezpie
Create python projects blazingly fast
What Ezpie can do?
It can create a python project directory
What kind of directory can Ezpie create?
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/
Installation
Windows
-
Build Ezpie from source or download the latest build
-
put the ezpie.exe from the build directory in your PATH
C:\Users\<YourUsername>\AppData\Local\Microsoft\WindowsApps\
Linux
-
Build Ezpie from source or download the latest build
-
put the ezpie from the build directory in your PATH
usr/local/bin
Usage
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
Building from Source
- Use cargo build to compile the project
cargo build --release
Goals
- Use Parallelism for faster performance
- Flag to create virtual environment
- Support for Discord.py projects