A CLI project management tool for pygame community edition.
- Create new projects with metadata
- Manage multiple projects via the terminal
- Run projects locally or in browser (pygbag)
- Build projects for distribution (cx_Freeze)
- Clone projects directly from Git repositories
Requirements:
# Windows
winget install --id Git.Git -e --source winget
# Linux (Debian,Fedora,Arch)
sudo apt install git patchelf
sudo dnf install git patchelf
sudo pacman -S git patchelf
# macOS
brew install gitInstall:
pip install pygame-cliBasic Example:
# Create a new project
pygame new my_game
# Run the project
pygame run my_game
# List all projects
pygame list
# Build for distribution
pygame build my_game
To see all available commands:
pygame --helpYou can use any of these aliases: pygame pygame-ce pgce
This project is licensed under the MIT License.
See the LICENSE.txt file for the full license text.