pygtk
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 86
PyGTK 2.9.5
PyGTK is a set of Python bindings for the GTK widget set. more>>
PyGTK provides a convenient wrapper for the GTK+ library for use in Python programs, taking care of many of the boring details such as managing memory and type casting. When combined with PyORBit and gnome-python, it can be used to write full featured Gnome applications.
GTK+ is a GUI toolkit for developing graphical applications that run on POSIX systems such as Linux, Windows and MacOS X (provided that an X server for MacOS X has been installed). GTK+ provides a comprehensive set of widgets, and supports Unicode and bidirectional text. It links into the Gnome Accessibility Framework through the ATK library.
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing.
The current version of PyGTK requires GTK+ >= 2.0 and Python >= 2.2 to build.
Like the GTK+ library itself PyGTK is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications. It is already in use in many applications ranging from small single purpose scripts up to large full features applications.
<<lessGTK+ is a GUI toolkit for developing graphical applications that run on POSIX systems such as Linux, Windows and MacOS X (provided that an X server for MacOS X has been installed). GTK+ provides a comprehensive set of widgets, and supports Unicode and bidirectional text. It links into the Gnome Accessibility Framework through the ATK library.
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing.
The current version of PyGTK requires GTK+ >= 2.0 and Python >= 2.2 to build.
Like the GTK+ library itself PyGTK is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications. It is already in use in many applications ranging from small single purpose scripts up to large full features applications.
Download (0.69MB)
Added: 2006-08-10 License: LGPL (GNU Lesser General Public License) Price:
1173 downloads
Other version of PyGTK
License:LGPL (GNU Lesser General Public License)
License:LGPL (GNU Lesser General Public License)
License:LGPL (GNU Lesser General Public License)
PyGTK Shell 1.90.6
PyGTK Shell is a framework for interactive GUI programming. more>>
PyGTK Shell provides widgets derived from PyGTK optimized for interactive programming as well as an interactive, extensible PyGTK console for the rapid prototyping of GUI applications. It can be embedded by PyGTK applications.
<<less Download (0.032MB)
Added: 2007-05-31 License: GPL (GNU General Public License) Price:
877 downloads
PyGtk-fsacls 2.0.0
PyGtk-fsacls provides a graphical interface for managing the file system Access Control Lists. more>>
pygtk-fsacls provides a graphical interface for managing the file system Access Control Lists (or ACLs) that provide fine-grained control over access to file system objects.
<<less Download (MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
pygtk2reference 2.9.0
pygtk2reference describes the classes of the Python PyGTK module. more>>
pygtk2reference describes the classes of the Python PyGTK module.
This document describes most of the PyGTK version 2.0 through 2.6 classes and their methods and associated functions.
Deprecated classes, functions and methods have been specifically left out of this reference though classes that have become deprecated since PyGTK 2.0 have been left in but annotated with a deprecation warning.
I have attempted to document as much of the PyGTK API as I can but there are undoubtedly errors and omissions.
This reference describes the API for PyGTK as of version 2.5.0+ and assumes that the additional API changes for version 2.6 may be significant. There will undoubtedly be changes that are not reflected in this reference.
The differences in the API between version 2.0 and previous versions are denoted in this reference with a Note that describes the availability of the object, constructor, method or function. Any of these that do not have a notation can be assumed to be available in all versions of PyGTK from 2.0 and up.
In the case of properties and signals the availability is dependent on the version of the underlying GTK+, GDK or Pango libraries. These will be annotated appropriately in a similar fashion. The source code must be consulted if this reference and your version of PyGTK seem to differ. You are encouraged to use the latest version of PyGTK that is available.
<<lessThis document describes most of the PyGTK version 2.0 through 2.6 classes and their methods and associated functions.
Deprecated classes, functions and methods have been specifically left out of this reference though classes that have become deprecated since PyGTK 2.0 have been left in but annotated with a deprecation warning.
I have attempted to document as much of the PyGTK API as I can but there are undoubtedly errors and omissions.
This reference describes the API for PyGTK as of version 2.5.0+ and assumes that the additional API changes for version 2.6 may be significant. There will undoubtedly be changes that are not reflected in this reference.
The differences in the API between version 2.0 and previous versions are denoted in this reference with a Note that describes the availability of the object, constructor, method or function. Any of these that do not have a notation can be assumed to be available in all versions of PyGTK from 2.0 and up.
In the case of properties and signals the availability is dependent on the version of the underlying GTK+, GDK or Pango libraries. These will be annotated appropriately in a similar fashion. The source code must be consulted if this reference and your version of PyGTK seem to differ. You are encouraged to use the latest version of PyGTK that is available.
Download (1.1MB)
Added: 2006-07-10 License: (FDL) GNU Free Documentation License Price:
1201 downloads
Other version of pygtk2reference
License:(FDL) GNU Free Documentation License
PyGG 0.4
PyGG (PyGTK and Glade) is a Python module intended to ease the usage of Glade with PyGTK. more>>
PyGG (PyGTK and Glade) is a Python module intended to ease the usage of Glade with PyGTK. PyGG transparently handles the loading of Glade files and the connection of callbacks.
Usage:
A PyGG object is a GTK widget together with its callbacks. It is created from two parts:
- a GTK widget called MyPygg, which should be defined in a Glade file named mypygg.glade, this file may define other widgets
- a sub-class of one of the PyGG classes (Window, AppWindow, Dialog or Widget) named MyPygg and having methods corresponding to the callbacks defined in mypygg.glade
Creating an instance of the class MyPygg will load mypygg.glade and create an attribute widget in the instance, referring to the widget MyPygg. The other widgets will be available as attributes (the name of the widget being that of the attribute). The attributes of the widget MyPygg will be available as attributes of the instances of MyPygg.
A companion tool called pygg-stub.py allows to create sample PyGG classes from Glade files, having all the required callbacks.
Enhancements:
- This version can be installed automatically.
<<lessUsage:
A PyGG object is a GTK widget together with its callbacks. It is created from two parts:
- a GTK widget called MyPygg, which should be defined in a Glade file named mypygg.glade, this file may define other widgets
- a sub-class of one of the PyGG classes (Window, AppWindow, Dialog or Widget) named MyPygg and having methods corresponding to the callbacks defined in mypygg.glade
Creating an instance of the class MyPygg will load mypygg.glade and create an attribute widget in the instance, referring to the widget MyPygg. The other widgets will be available as attributes (the name of the widget being that of the attribute). The attributes of the widget MyPygg will be available as attributes of the instances of MyPygg.
A companion tool called pygg-stub.py allows to create sample PyGG classes from Glade files, having all the required callbacks.
Enhancements:
- This version can be installed automatically.
Download (0.011MB)
Added: 2005-11-26 License: GPL (GNU General Public License) Price:
1430 downloads
BloGTK 1.1
BloGTK is a weblog client that allows you to post to your weblog from Linux without the need for a separate browser window. more>>
BloGTK is a weblog client that allows you to post to your weblog from Linux without the need for a separate browser window.
BloGTK allows you to connect with many weblog systems such as Blogger, Movable Type, WordPress, and more. BloGTK Main WindowBloGTK is written using Python and PyGTK, and is designed to be fast and simple to use.
BloGTK is open-source software released under the BSD license, which means that it is completely free for use.
BloGTK wont make you more attractive to the opposite sex, it wont create world peace, and it doesnt make julienne fries. It does make updating your weblog from Linux much easier and more efficient.
On the other hand, that could make you more attractive to the opposite sex. (Guarantee of attractiveness void in this dimension.)
<<lessBloGTK allows you to connect with many weblog systems such as Blogger, Movable Type, WordPress, and more. BloGTK Main WindowBloGTK is written using Python and PyGTK, and is designed to be fast and simple to use.
BloGTK is open-source software released under the BSD license, which means that it is completely free for use.
BloGTK wont make you more attractive to the opposite sex, it wont create world peace, and it doesnt make julienne fries. It does make updating your weblog from Linux much easier and more efficient.
On the other hand, that could make you more attractive to the opposite sex. (Guarantee of attractiveness void in this dimension.)
Download (0.063MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
1549 downloads
Pygme 0.0.6
Pygme is an mplayer frontend written in Python/PyGTK. more>>
Pygme is an mplayer frontend written in Python/PyGTK. It has been written with audio and video songs in mind (as opposed to movies). It has a searchable media library, which can be used to enqueue songs in a playlist. It also has support for processing ID3 tag information.
The media library and playlist are stored as databases using sqlite. Pysqlite (Python bindings for sqlite) is used for database access.
Main features:
- Searchable Media Library
- Playlists can easily be created from the search results
- Songs in the playlist can be enqueued to be played next
<<lessThe media library and playlist are stored as databases using sqlite. Pysqlite (Python bindings for sqlite) is used for database access.
Main features:
- Searchable Media Library
- Playlists can easily be created from the search results
- Songs in the playlist can be enqueued to be played next
Download (0.049MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1508 downloads
ISDN Py/GTK Dialer 1.0
ISDN.py aims to be a simple, no-frills ISDN dialer. more>>
ISDN.py aims to be a simple, no-frills ISDN dialer. Its written in Python using PyGTK bindings. Currently it dials and hangups the line, if you grant to a normal user the rights to do it (normally it cant). The interface is pretty straightforward. Improvements and beautification for gui are planned.
Now there are two executables: isdnpy is the "normal" ISDN.py and isdnpy.qtisdnlinux is a version tailored to run with qtisdnlinux.
Enhancements:
- I dont own an ISDN anymore, so I prefer to release the code as 1.0
<<lessNow there are two executables: isdnpy is the "normal" ISDN.py and isdnpy.qtisdnlinux is a version tailored to run with qtisdnlinux.
Enhancements:
- I dont own an ISDN anymore, so I prefer to release the code as 1.0
Download (0.008MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1217 downloads
python-gdkinput 1.0
python-gdkinput is a Python binding for the gdk_input_add and gdk_input_remove functions missing in PyGtk. more>>
python-gdkinput is a Python binding for the gdk_input_add and gdk_input_remove functions missing in PyGtk. his group of functions is not present in the Gtk+/Python "PyGtk" binding, and one needs it to do asynchronous I/O in a Gtk+ based GUI.
Plans for the future:
A priori, its finished. Maybe add gdk_input_add_full if I have requests for it.
Bug corrections (I probably have made mistakes when using the reference counting system of Python); Monitor memory leaks.
<<lessPlans for the future:
A priori, its finished. Maybe add gdk_input_add_full if I have requests for it.
Bug corrections (I probably have made mistakes when using the reference counting system of Python); Monitor memory leaks.
Download (0.011MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1192 downloads
GTK-VNC 0.1.0
GTK-VNC is a VNC viewer widget for GTK. more>>
GTK-VNC project is a VNC viewer widget for GTK.
It provides a core library written in C, using coroutines to allow it to be completely asynchronous while remaining single threaded. A wrapper library using PyGTK provides access to the widget functionality from Python. Two example programs illustrate use of the widget by re-implementing the traditional vncviewer in a few 10s of lines of code.
The client is fully IPv6 aware, and as well as the traditional VNC authentication protocol, implements the VeNCrypt extension to provide secure TLS/SSL encrypted communications, optionally using x509 certificates to authenticate.
<<lessIt provides a core library written in C, using coroutines to allow it to be completely asynchronous while remaining single threaded. A wrapper library using PyGTK provides access to the widget functionality from Python. Two example programs illustrate use of the widget by re-implementing the traditional vncviewer in a few 10s of lines of code.
The client is fully IPv6 aware, and as well as the traditional VNC authentication protocol, implements the VeNCrypt extension to provide secure TLS/SSL encrypted communications, optionally using x509 certificates to authenticate.
Download (0.35MB)
Added: 2007-08-17 License: LGPL (GNU Lesser General Public License) Price:
802 downloads
PyBridge 0.3.0
PyBridge is a free online bridge game. more>>
PyBridge is a free online bridge game.
PyBridge is software which lets you play the card game of (contract) bridge, with human players, over the Internet or a local network.
Main features:
- Complete bridge game logic: support for bidding, trick playing and duplicate scoring.
- A PyGTK graphical front-end - see the screenshots!
- A standalone server, capable of managing an arbitary number of tables and games.
<<lessPyBridge is software which lets you play the card game of (contract) bridge, with human players, over the Internet or a local network.
Main features:
- Complete bridge game logic: support for bidding, trick playing and duplicate scoring.
- A PyGTK graphical front-end - see the screenshots!
- A standalone server, capable of managing an arbitary number of tables and games.
Download (0.12MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
851 downloads
PyKanjiCard 1.3
PyKanjiCard is a flashcard program for learning Japanese words in Hiragana, Katakana, and Kanji. more>>
PyKanjiCard is a flash card program to aid learning japanese written words, in hiragana, katakana and kanji.
You can select words composed only by characters you already known. PyKanjiCard project is written in Python, using Pygtk.
Enhancements:
- A new restricted mode that loads only entries containing either Hiragana or Katakana and at least one character from known_chars was added.
- It can be accessed using the -r or --restrict optoin.
- A search bar was added.
<<lessYou can select words composed only by characters you already known. PyKanjiCard project is written in Python, using Pygtk.
Enhancements:
- A new restricted mode that loads only entries containing either Hiragana or Katakana and at least one character from known_chars was added.
- It can be accessed using the -r or --restrict optoin.
- A search bar was added.
Download (2.0MB)
Added: 2006-01-15 License: GPL (GNU General Public License) Price:
1377 downloads
gpkg 0.4.1
gpkg is a visual package manager for Slackware. more>>
gpkg is a visual way to manage packages on Slackware. gpkg has been developed with Python and PyGTK so you need Python and PyGTK to use it.
Main features:
- List all packages on your system
- Let you make a search for a package
- Install, upgrade and remove packages
- Integration with the Gnome Menu
- Show the package data
- Its easy to use!!!
<<lessMain features:
- List all packages on your system
- Let you make a search for a package
- Install, upgrade and remove packages
- Integration with the Gnome Menu
- Show the package data
- Its easy to use!!!
Download (0.040MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1298 downloads
PythonCAD DS1-R36
PythonCAD is a CAD package written, surprisingly enough, in Python. more>>
PythonCAD is a CAD package written, surprisingly enough, in Python. PythonCAD project aims to produce a scriptable, open-source, easy to use CAD package for Linux, the various flavors of BSD Unix, commercial Unix, and other platforms to which someone who is interested ports the program. Work began on PythonCAD in July, 2002, and the first public release was on December 21, 2002.
The twenty-fifth release of PythonCAD was made available May 26, 2005. This release fixes several compatibility issues found when running PythonCAD on PyGTK releseses prior than 2.4. Also, numerous changes to the event handling code have been applied to make the code better conform to GTK+/PyGTK conventions. Additionally a number of bug fixes and code improvements appear in this release as well.
Between the sixteenth and seventeenth releases of the program, the code was moved around internally to better cooperate with other Python programs. Unfortunately the Cocoa front-end code has suffered since then due to lack of maintainence and is currently not functional. Releases after the seventeenth release have attempted to improve the situation, but to no avail. A developer or team of developers running Mac OS X is needed to bring the Cocoa code into a usable state.
<<lessThe twenty-fifth release of PythonCAD was made available May 26, 2005. This release fixes several compatibility issues found when running PythonCAD on PyGTK releseses prior than 2.4. Also, numerous changes to the event handling code have been applied to make the code better conform to GTK+/PyGTK conventions. Additionally a number of bug fixes and code improvements appear in this release as well.
Between the sixteenth and seventeenth releases of the program, the code was moved around internally to better cooperate with other Python programs. Unfortunately the Cocoa front-end code has suffered since then due to lack of maintainence and is currently not functional. Releases after the seventeenth release have attempted to improve the situation, but to no avail. A developer or team of developers running Mac OS X is needed to bring the Cocoa code into a usable state.
Download (0.42MB)
Added: 2007-06-05 License: GPL (GNU General Public License) Price:
878 downloads
Pysize 0.2
Pysize is a graphical and console tool for exploring the size of directories. more>>
Pysize is a graphical and console tool for exploring the size of directories. The project is written in Python, and requires Python ≥ 2.4 and pygtk ≥ 2.8 if you want to use the GUI.
Three user interfaces are available using the --ui command line option, the best available is chosen by default.
<<lessThree user interfaces are available using the --ui command line option, the best available is chosen by default.
Download (0.10MB)
Added: 2007-03-11 License: GPL (GNU General Public License) Price:
959 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above pygtk search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed