Skip to content

sylviesworld/smells-like-team-spirit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taking App

Overview

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!

Group name: smells-like-team-spirit

About

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.

Preview

From the smells-like-team-spirit directory, run main.py:

$ python main.py

main.py screenshot

Or run app.py:

$ python app.py

app.py screenshot

Toolbar icons sourced from the Blue UI set at icons8.com.

Dependencies

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

Authors

Noah Burgin, Dylan Lomax, Nick Creech, Zach Creech

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages