Note-Taking App

1 / 4
Before - After
2 / 4
Main Program
3 / 4
Browse Folder
4 / 4
Processing

A simple note-taking app inspired by Israel Dryer (credits to him)

Originally from Israel Dryer (credits to him), I extended his app by a folder structure to be able to keep the notes more organized. This project simply done as an exercise to get started with PySimpleGui

The folder section on the left side gets filled after you browsed for a folder. Afterwards simply click on the detected .txt file (needs to be .txt on purpose) and it gets displayed on the right section of the app. You can edit and save and create new notes as you wish. A popup gets displayed if saving was sucessful, so that you don't loose any data by accident.

Link to the GitHub porject page GitHub - take me there