A gnome-applet which will display score at gnome-panel, the same way, we see date/time. Cricket score applet is written in python. It will also score updates through libnotify module. You can select matches from matches in progress.
Proxy Tester is a proxy list tester and then it generates a wpad.dat file you can use for your browser based on working servers. wpad.dat file selects a random proxy server from the list of provided working proxy servers with each connection request.
Snidget is a python program which tracks your financial information, in particular your expenses and income. The user adds each transaction on their accounts and snidget can provide reports about how much you're spending. Includes both CLI and GUI.
A tool I designed with tkinter and python 2.6.5 which uses a notebook.py module which can be found here, http://www.multiupload.com/DC5GOKE8T7, and I will be uploading it to the same area as my tool. I'm running out of room to describe it now, enjoy
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Python library provides the briefest way to construct SQL queries in JSON form. Simple example: ('*','table',id:[1,3]) is Select * from table where id in [1,3]. Sqlalchemy patch module is provided to extend sqlalchemy with convenient jsonSQL meth
Send quickly your jpeg photos by email. This small Python program uses eog to view and select the photos to attach to your email and compresses them with jpegoptim to make the upload faster. It is perfect to send photos to friends or family.
This is a multi-select tree widget for tkinter for python. This is an extension of Gene Cash's Tkinter tree widget (available from http://home.cfl.rr.com/genecash/) which works with python 2.5 as well as Python 3k.
PyQFindReplace is a python based find and replace utility. It allows you to select files and folders. You can replace text in several thousands of files in one click. It has a pretty neat UI
This is an app that will allow you to manage a "Fantasy Baseball" draft.
You can select players from the list and add them to a drafted list.
It is written in Python and GTK
PyBackground is a utility for adding some fun to your Windows Desktop Environment. It can randomly select and set Backgrounds, supports multiple monitor setups, and can center, resize, and auto-compensate for your taskbar when centering Images.
Icon theme creation software. It is very easy to use. It let you select custom icons for different categories, save them and build icon themes from them. It have a drag 'n drop interface, that makes theme creation very easy. Requires : libglade, python
preparedSQL is a tool written in wxPython(python 2.5 & win32com) over the Windows.
Currently it can select tables, execute prepared SQL statement.
preparedSQL is a very simple tool.
This is a GUI for pyPDF. It allows the user to select a list of pdf's and it "glues" the pdf files together into one pdf file. It was developed with python/glade/gtk. A deb and rpm package are both available. Let me know if you would like to help.
A graphical editor for GENPO organ description files. It allows the user to create divisions (keyboards), select stops from a SoundFont file or an existing GENPO file, assign the stops to divisions, rename them, copy them, etc.
python-epoll is a drop-in replacement for the python standard library select module using the more efficient epoll system call as the backend instead of poll.
http://pypi.python.org/pypi/python-epoll/1.0
...Dependencies: Kdialog, ffmpeg, player of mpg (ej: mplayer), wget
With GenTube you can:
- download and encode videos from youtube
- View your history of downloads
- Select and play your videos
PyS20 application for Nokia Series 60. Uses cell tower info to guess where you are. Allows you to select a timetable for a journey and reports how early/late you are running. Triggers alarms and sends SMS messages at specified locations.
Framework in Python for platform-independent file management with a console based toolkit (zigo) and a GUI platform (zago). Use existing handlers and your own handlers together to walk through directory trees, select files, and process them.
DEE Excellent Editor is a simple source code editor whit syntax highlighting for many languages with a file browser panel to quickly select files. DEE can open files from the local system or directly from an ftp server.
...It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.
Following is an example of a query in Pony:
select(p for p in Product if p.name.startswith('A') and p.cost <= 1000)
Pony translates queries to SQL using a specific database dialect. Currently Pony works with SQLite, MySQL, PostgreSQL and Oracle databases.
Pony ORM also include the ER Diagram Editor which is a great tool for prototyping. You can create your ER diagram online at https://editor.ponyorm.com, generate the database schema based on the diagram and start working with the database using declarative queries in seconds.
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. It is written in Python, using Pygtk.