Currently only checks installed games (for checking all games option) if they have CLOUD support. The intention is so you know what to backup.
- This project requires Python 3.11 or higher.
- UV package manager (you can manually install using pip from the pyproject.toml packages)
This project depends on the following libraries:
- colorama >= 0.4.6
- inquirerpy >= 0.3.4
- pyinstaller >= 6.12.0
- pytest >= 8.3.4
- requests >= 2.32.3
To install the required dependencies, run the following command:
uv sync requirements.txt
To use this project, simply run the main script:
uv run main.py
Contributions are welcome! Please submit a pull request with your changes.
License This project is licensed under [insert license here].


