notesave

A CLI for saving note locally and online


License
MIT
Install
pip install notesave==1.0.6

Documentation

A program for saving notes online and locally ##Install Run "pip instal notesave" in the terminal #Run #Terminal Commands "notesave l" lists files
"notesave r" reads files
"notesave c" creates files
#Python import notesave
n = NoteSave()
n.main()
or n.cli()