Skip to content

SimpSave: Easy Python Basic Variable Persistence Library

Notifications You must be signed in to change notification settings

Water-Run/SimpSave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SimpSave: Simple Persistent Storage for Your Python Variables

SimpSave is an open-source, very simple library that uses .ini files to achieve persistent storage for basic type variables.
Install SimpSave using pip:

pip install simpsave

Then, import simpsave in your project (commonly aliased as 'ss') and start using it:

import simpsave as ss

You can check the detailed tutorial for more information: Detailed Tutorial

About

SimpSave: Easy Python Basic Variable Persistence Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages