Minimal README for the Python folder. Contains guidance for setup, development, testing and common commands.
This folder contains Python code and related resources for the project. It follows conventional layout to simplify development, testing, and packaging.
- UIGames/ - Simple UI-based games to play on your PC
- BasicFunctions/ - A re-write of most basic functions included in python or able to be imported
- OW2 Things/ - Simple tools for the game Overwatch 2 to automate specific processes
- requirements.txt — Dependencies
- Python 3.8+ (or the version specified in pyproject.toml)
- pip
- Open a branch per feature/fix.
- Keep changes focused and well-documented.
- Add tests for new behavior.
- Run formatting before submitting a PR.