PyHub is a modular Python-based entry point that can run certain feature modules from a central entry point such as games, calculators, and dictionaries.
Project Structure
PyHub/
├── features/
├── dat.py
├── main.py
├── .gitignore
├── README.md
├── .gitattributes
└── LICENSE
Clone the repository
git clone https://github.com/gameingame-eng/PyHub.git
cd PyHubRun the project
python3 main.pyor if on windows
.\run.cmdPython 3.12.10
No external dependencies (unless you add them)
Pull requests are welcome. For major changes, please open an issue first to discuss what you'd like to modify.
There are multiple ways to run this project
There are three ways to run this project on Windows.
Just double-click on the `run.cmd` file in the root dir and it should run the project.
If you are on Linux or MacOS, Your OS is not supported yet. your best option is to take the src code, cd into the dir, and use python3 main.py.
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).
You may use, modify, and share this project for non-commercial purposes as long as you provide attribution.
Commercial use is not permitted.