metaist / pdfmerge

Command-line utility for merging, splicing, and rotating PDF documents.
http://metaist.github.io/pdfmerge/
Other
121 stars 24 forks source link

Why not develop in GUI #14

Open voostar opened 9 years ago

voostar commented 9 years ago

This tool really really cool. For me, it's very easy to use, but for the not-well know in python, for example my wife, they're like to use GUI. I think I can use Django to create a online page running on this tool and try to use wxPython to create a off-line app further.

metaist commented 9 years ago

Thank you! I'm all for making a simple UI. I have some design ideas, but am curious as to what your thoughts are.

Thanks for your interest in this simple tool.

metaist commented 6 years ago

I just saw eel which got me thinking this could be a fun experiment.

tataganesh commented 6 years ago

@metaist Building a GUI would definitely be an interesting prospect, since I am unaware of libraries that perform similar functionalities and have a GUI as well.

theGeekyLad commented 6 years ago

A GUI for a GTK-based Linux

Hey @metaist ! I'm a fan of this tool and am interested in making a GUI for Linux using Gtk (works on Ubuntu and other Gnome-desktop based distros) - what are your thoughts?

metaist commented 6 years ago

Hi @theGeekyLad! Thanks for the kind words.

Gtk is certainly a popular choice. While I haven't had time to develop a GUI, I definitely think it would be helpful for a lot of people.

Happy to review any mockups or prototypes.