Skip to content

not so simple program for condensing written notes w/ GUI

Notifications You must be signed in to change notification settings

dalyndalton/ShrinkNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShrinkNote

ShrinkNote is a simple program used to condense and clarify handwritten notes. The program optimizes pages of notes for computer displays by grabbing a set of a few representative colors, and then building the remaining image with that palette.

Shrinknote accepts most* image file types, but does not support reading from pdf. If your copy machine saves files as a pdf, i suggest using a conversion service like Cloudconvert to convert them into single image files.

Download Link

Google Drive

Downloads as a windows executable, if you are using MacOS or Linux, download the source code as a zip and run

python main.py

FAQ's

  • yes it does run that slow, the program hasn't crashed, tkinter just shows as not responding. (If anyone wants to fix this, version 2.0 needs to include multi-threading.
  • no i don't know why it isn't running, if you have any bugs or crashes send them to me.

Requirements

  • Python 3.7.x or newer, and the following packages
    • numpy
    • scipy
    • Pillow (PIL)

the easiest way to install these is to run the following:

-pip install numpy scipy Pillow

Installation

Download the projects as a .zip, then run main.py. For debugging purposes, run backend.py.

Contributions

Go ahead, all help is appreciated.

License

MIT

Contact

Email

About

not so simple program for condensing written notes w/ GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages