May 19th, 2009 |
by heric |
published in
PyQt, Ubuntu
Another result for PyQt exercise is a Plurk Client named qPlurk. Implemented using unofficial plurk APIĀ in python by David Blume. qPlurk able to fetch plurks from your account, post a plurk, get a detail plurk response and post a respond for a specific plurk. However it only can fetch 20 last plurks , because [...]
May 7th, 2009 |
by heric |
published in
Photography, PyQt, Ubuntu
I ever make a posting about batch resize image using convert (ImageMagick) in Linux. It is working and can be extended for another function provided by ImageMagick, not only resize. But the drawback, it is command line, and some people are not comfortable with it.
May 5th, 2009 |
by heric |
published in
PyQt, Telco, Ubuntu
QpcConverter is a simple point code representation converter, support ITU 14 bit Point Code using Decimal, Binary, Hexadecimal & 3-8-3 Point Code Format. It is created using Python and Qt bindings ( PyQt ). This is my first program, created as an exercise learning PyQt in my spare time. I Choose PyQt than PyGtk because [...]