Jump to content

Looking for somebody how is able to write a GUI for a Python script


Togijak

Recommended Posts

I found this Blog article about a small tool to clean up scans but this script is not handy for a normal windows user

 

Quote

noteshrink

Convert scans of handwritten notes to beautiful, compact PDFs -- see full writeup at https://mzucker.github.io/2016/09/20/noteshrink.html
Requirements

    Python 2 or 3
    NumPy 1.10 or later
    SciPy
    ImageMagick
    Image module from PIL or Pillow

Usage

./noteshrink.py IMAGE1 [IMAGE2 ...]

Building the examples (already in example_output):

make

 

it would be fine if someone can write a GUI and build a Setup file

Unofficial Windows Binaries for Python Extension Packages

Link to comment
Share on other sites


  • Replies 1
  • Views 631
  • Created
  • Last Reply

I don't have time in the foreseeable future to play with this but I can point you in a direction that will allow you to do so.

 

http://stackoverflow.com/questions/5458048/how-to-make-a-python-script-standalone-executable-to-run-without-any-dependency#5458807

http://logix4u.net/component/content/article/27-tutorials/44-how-to-create-windows-executable-exe-from-python-script

https://pypi.python.org/pypi/py2exe/0.9.2.0

http://py2exe.org/index.cgi/Tutorial

http://cython.org/

http://docs.cython.org/en/latest/

http://www.behnel.de/cython200910/talk.html

 

Link to comment
Share on other sites


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...