Skip to content

woflmao/TerminalNotes

Repository files navigation

TerminalNotes

The lightest weight command line notes app I could think of building, no security, no fluff. Uses tinydb and a couple lines of python.

Inspired by tnote, I just forgot my password and got frustrated one day and wanted to build something without authentication.

Dependencies

Running the app

If you downloaded from the releases page, I would suggest putting the .exe in it's own folder, as the db.json will just be created in whatever root folder the .exe is in.

click the exe!

Installing the app

If you want to build it yourself, follow these steps:

made with python3 so you might have to use pip3 install instead

  1. Clone the repo
$ git clone https://github.com/woflmao/TerminalNotes.git
  1. Navigate to directory and Install dependencies
$ cd TerminalNotes && pip install -r requirements.txt && pip install pyinstaller
  1. In the root folder, run
$ pyinstaller --onefile --icon=TerminalNotes.ico TerminalNotes.py

NOTE: I don't know why, but chances are if you build the .exe, in the dist folder you will see NOT the icon you added in the step above, you can copy to another directory which will solve this. It's something to do with windows caching, but I don't know if it's really important enough. If you know a fix, please PR!

The exe will be in the newly created 'dist' folder (icon may not be present, see note above)

Requirements

[email protected]

Resources

Would have been much worse to use without pyinstaller, this is a phenomenal program that took very little learning/effort to make it work!

Licence

Made by woflmao under the MIT licence

You can find a copy of the License at http://prodicus.mit-license.org/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages