PictureView
PictureView is a PyGTK widget that can be used to build an application that shows pictures, e.g. a photo browser.
Similar to the most dektop environments' picture viewers it has controls to zoom (zoom in, zoom out, fit to window, original size) the picture and to switch between pictures in a directory.
The widget is completly written in Python to be platform independent.
You can find the source at GitHub: http://github.com/SvenFestersen/PictureView/tree/master
Installation
After downloading the source (there's a small download button on the GitHub page) and extracting the archive simply run
$ python setup.py install
as root. This installs the contents of the 'src' directory to the correct location for your Python installation.
Sample application
An example of a very basic picture viewer is located in the 'demo' directory (the screenshot below shows the demo application).
Recent comments
- Looks great
2 years 47 weeks ago - Hi, I see you work about
2 years 48 weeks ago - Bar Chart Code
3 years 1 week ago - Bar chart
3 years 6 weeks ago - What's the problem exactly?
4 years 4 weeks ago - Didn't work
4 years 6 weeks ago
Post new comment