This project is a Python-based game launcher designed to optimize the performance of older games on multi-core systems. It launches a game and sets its CPU affinity to a random core, which can help improve performance for games that don't handle multi-core CPUs well.
The launcher is built using Python and can be converted into a standalone executable using PyInstaller. The executable includes a custom icon (launcher.ico) located in the res folder.
- Launches a game executable.
- Sets the game's CPU affinity to a random core.
- Custom icon for the executable.
- Standalone executable for easy distribution.
- Python 3.x
psutillibrary- PyInstaller (for creating the executable)
If you don't already have Python installed, download and install it from python.org.
Install the psutil library using pip:
pip install psutil