R.E.P.O Save Manager a lightweight desktop application for managing R.E.P.O. game save files. This tool allows you to easily back up and restore save files, keeping your game progress safe and organized. With simple functionality and automatic save detection, it’s an efficient solution for managing R.E.P.O. saves.
- Download the latest version from the Releases page
- Extract the ZIP file to a folder of your choice
- Run the
.exefile
Before running the source code, make sure you have the following installed:
- Python 3.x (preferably the latest version)
pipfor installing dependencies
Optional but recommended : Create and activate a virtual environment
- Clone the repository :
git clone https://github.com/TiramisuAddict/r.e.p.o-save-manager.git cd r.e.p.o-save-manager - Install dependencies :
pip install -r requirements.txt
- Run the application :
python main.py
The application is written in Python using PyQt5. The project structure is:
r.e.p.o-save-manager/
├── app.ui # User interface
├── main.py # Source code
├── repo.ico # App icon
├── decrypt.py # Decryption code
├── style.qss # Style file
└── requirements.txt # Dependencies
