Skip to content

This app is a simple note managment (notepad) written in python 2 with Tkinter GUI

License

Notifications You must be signed in to change notification settings

christianbender/notepad-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Christian Bender
Jan 30, 2018
e84e85e · Jan 30, 2018

History

10 Commits
Jan 30, 2018
Jan 30, 2018
Jan 30, 2018
Jan 30, 2018
Jan 30, 2018
Jan 30, 2018
Jan 30, 2018

Repository files navigation

Simple note managment

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.

Dependencies

  • Python 2 (2.7)
  • Tkinter

Start the app

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 !

Usage

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.

How it looks like?

screenshot of the app

Releases

No releases published

Packages

No packages published