Pirate Essentials is a bootstrap installer that prepares a Python development environment on Windows in a single command.
The utility automatically installs essential tools and libraries required for Python development.
Pirate Essentials installs and configures:
- Python (if not already installed)
- Git
- virtual environment (.venv)
The installer also installs commonly used development libraries:
virtualenvipythonrequestshttpxrichtyperpython-dotenvpytestblackrufffastapiuvicornsqlalchemynumpypandasmatplotlibjupyter
Clone the repository:
git clone https://github.com/ALEXPAN-DEV/pirate-essentials
cd pirate-essentialsRun the installer:
run.batThe installer will:
- Check internet connectivity
- Install Python if it is missing
- Install Git
- Create a
.venvenvironment - Install essential Python development packages
- Windows 10 / Windows 11
- Internet connection
- Administrator privileges may be required for some installations
This project was created to provide a quick way to bootstrap a Python development environment without manually installing each tool.
pirate-essentials
│
├─ assets/ # ASCII art and static assets
├─ config/ # installation configuration
├─ logs/ # installation logs
├─ src/ # installer source code
│
├─ run.bat # bootstrap launcher
├─ requirements.txt
└─ README.md
Windows SmartScreen may show a warning when launching run.bat because the script is unsigned.
To run the installer:
More info → Run anyway
If you have questions or suggestions, open an issue or contact:
python installer
development environment setup
windows bootstrap
python dev environment
cli installer