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