tkvpconvert provides a Tkinter GUI (graphical user interface) for vpconvert. It is a silly exercise, which simply demonstrates an ability to generate specialized GUIs for Madagascar scripts and programs.
January 19, 2012 Programs
tkvpconvert provides a Tkinter GUI (graphical user interface) for vpconvert. It is a silly exercise, which simply demonstrates an ability to generate specialized GUIs for Madagascar scripts and programs.
Markdown | Result |
---|---|
*text* | text |
**text** | text |
***text*** | text |
`code` | code |
~~~ more code ~~~~ |
more code |
[Link](http://www.example.com) | Link |
* Listitem |
|
> Quote | Quote |
Dumb Question…
Does vpconvert support stdin/stdout?
Not at the moment but we could add it if needed.
Usage: vpconvert [format=] file.vpl [file2.vpl file3.vpl | file.other]
There are many different libraries for GUI (graphical user interfaces), many of them with Python bindings: PyGTK, PyQt, PySide, etc. Tkinter is one of the oldest Python GUI libraries and is considered to be the standard one. Another popular library is wxP
There are many different libraries for GUI (graphical user interfaces), many of them with Python bindings: PyGTK, PyQt, PySide, etc. Tkinter is one of the oldest Python GUI libraries and is considered to be the standard one. Another popular choice is wxPython
Dear Sergey,
How could we use vpconvert to convert a color VPL format to EPS format?
Best,
Jiubing
Use vpconvert color=y file.vpl file.eps
You can see other options in pspen: https://ahay.org/RSF/sfpspen.html