An everyday note taking app that supports user profiles and ecrypts all data (files and login information). Rich text formatting supported to help you take the best, most effective, notes possible. Two interfaces are offered to best suite all work flows and to encourage user productivity.
Happy note taking!
This app offers two different note taking interfaces that both include the same great features, only with different note taking styles in mind. In main.py, users can focus on one note at a time and have an open canvas, eliminating distractions in the note taking process. For users that prefer a multitasking environment, we offer app.py, a similar experience that adds the ability to have a second note tab to write down quick thoughts. The window also has a pane dedicated to switching between notes (new, open, save, save as) to allow one workspace to quickly be converted into another by picking up where you left off on a different note.
From the smells-like-team-spirit directory, run main.py:
$ python main.py
Or run app.py:
$ python app.py
Toolbar icons sourced from the Blue UI set at icons8.com.
All dependencies for this project are listed in requirements.txt:
$ cat requirements.txt
cryptography
PyQt5
bcrypt
certifi
To automatically install these dependencies, run the following commands in the smells-like-team-spirit directory:
$ pip install -r requirements.txt