This app is a simple note managment (notepad). You can write notes and save it with a title. In addition you can pull previous notes back. The app is writen in python 2 and uses Tkinter as gui-librarie. Furthermore the UI was created with the gui-builder PAGE. The app uses the Sqlite database for managing the notes.
- Python 2 (2.7)
- Tkinter
You start the app with python notepad.py
in the console or under Windows you double-click on notepad.py
.
You can also use the executables in the bin directory.
Important: You needed the file notepad_support.py
!
First of all you must click on the tab Create then on the button Create for creating a new note management.
You add new notes over the tab Add and displays the notes over the tab display. In the display-tab you must type the title or a keyword of the note that you will find.