A Python-based installer for Superstar Racing with a graphical interface, featuring a progress bar and automatic game download.
- Python 3.7 or higher
- pip (Python package installer)
- Install the required packages:
pip install -r requirements.txtTo run the installer in development mode:
python installer.pyTo compile the installer into a standalone executable:
pyinstaller installer.spec --cleanThe compiled executable will be available in the dist directory.