You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

noita-save-manager

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noita-save-manager

Noita Save Manager, allows for backup and restoring of save files

0.1.4
pipPyPI
Maintainers
1

Noita save manager

Small save-game manager written for usage with Noita works in Linux or Windows.

Downloads

Screenshot

Noita save manager

Features

  • Check to see if Noita is running (currently commented out, to work with noita together)
  • Backup active save
  • Restore from backup
  • Non destructive

Non Destructive

Currently you cannot use this tool to delete / remove saves or backups. It will always create a backup in the Noita folder prior to restoring. So it won't overwrite / delete anything.

Installing with Pip, Pipenv or Poetry

pip install noita-save-manager
pipenv install noita-save-manager
poetry add noita-save-manager

Running

noita_save_manager

Pre-Built Windows client

You can grab the latest release https://github.com/mcgillij/noita_save_manager/releases/download/0.1.0/save_manager_0.1.0.zip

Building from source

If you want to build your own binary/ source distribution / wheel, you can use the following steps. Uses poetry for dependency management.

poetry install
poetry run pyinstaller -F --noconsole src/noita_save_manager/save_manager.py

This will plop out a binary for you in the dist/ folder.

Keywords

noita

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts