Thanks for helping improve TaxClicker.
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python main.py- Keep changes focused on one bug fix or feature.
- Test the application manually on Windows when the change touches input recording, playback, icons, window behavior, or packaging.
- Run a syntax check before submitting:
python -m compileall -q main.py core ui- Follow the existing PySide6 structure and QSS theme approach.
- Keep UI changes consistent across all themes.
- Avoid unrelated refactors in feature or bug-fix pull requests.
- Do not add automation behavior that is intended to bypass anti-cheat, access controls, or third-party terms of service.
For user-facing changes, mention the behavior change clearly in the pull request description so it can be reflected in release notes.