A program to manage game save data.
- Import and export savedata;
- Automatically copy the savedata stored in the program folder to the respective paths;
- Create backups of the stored data in zip files;
- Import those same files into the program from another computer;
- Send the savedata to dropbox.
- Timed updates between the local savedata (in the program), and the cloud savedata
- Python 3;
- dropbox;
- pyinstaller (only if you build the program yourself).
- Install dependencies:
pip install dropbox pyinstaller
- clone the repository:
git clone https://github.com/Liberontissauri/Save-It-Game-Save-Manager.git
- On the cloned folder, run:
pyinstaller --hidden-import=pkg_resources.py2_warn --onefile --noconsole main.py
- The program should be on:
./dist
This software is licensed under the MIT License.
