The Wayback Machine - https://web.archive.org/web/20200929140212/https://github.com/christianbender/notepad-python
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
img
 
 
src
 
 
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.