A Python-based tool for controlling TTRPG maps.
- Python 3.12+
- pip (Python package installer).
-
Clone the repository:
git clone https://github.com/yourusername/ttrpg-map-controller.git cd "ttrpg-map-controller"
-
Install the required dependencies:
pip install .This will install
pillowandpyinstalleras defined in your project configuration.
To package the application into a single standalone .exe file for Windows:
- Run the build script:
python build_exe.py
- Once finished, find your executable in the
dist/folder namedTTRPG_MapTool.exe.
If you prefer to run the script directly without building an executable:
python main.py