Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 560 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 560 Bytes

note_taking

A lightweight handwriting note taking app implemented with PyGame.

Usage: download all four python script files, double click notes.py to start the app. Alternatively, in cmd prompt, change directory to where the note.py is located, type "python notes.py" to start the program.

Handwritten notes are automatically saved upon closing the program. Use pdf button to export the notes in pdf format.

Click eraser repeatedly to toggle between yellow and gray. Yellow: erase by points; gray: erase by strokes.

Press escape key to quit the program.