Skip to content

Liberontissauri/Save-It-Game-Save-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Save It - Game Save Manager

A program to manage game save data.

Features

  • 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

demo1

Dependencies

  • Python 3;
  • dropbox;
  • pyinstaller (only if you build the program yourself).

Building

  • 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

License

This software is licensed under the MIT License.

About

A program to manage game save data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages