21 projects tagged "wxpython"
Dabo is a three-tier, cross-platform database application development framework, written in Python with the wxPython GUI toolkit. The controls in Dabo's UI are easily bound to data by setting two properties. The business object is designed to afford you complete control over the validation and handling of your data. The cursor classes are abstracted from their backend implementations, allowing for easy support of nearly any backend database. Dabo's design and approach has been inspired by RAD database development tools such as Visual FoxPro, Delphi, and Visual Basic.
GNUmed is a comprehensive scalable software solution for electronic medical practices with an emphasis on privacy protection, secure patient centric record sharing, decision support, and ease of use. It is intended to become a sophisticated decision support system that will elevate the quality of medical care that can be delivered.
Pylot is a tool for testing the performance and scalability of Web services. It runs HTTP load tests, which are useful for capacity planning, benchmarking, analysis, and system tuning. It generates concurrent loads, verifies server responses, and produces reports with metrics. Tests suites are executed and monitored from a GUI or the shell.
Yagoburn (Yet Another Gui Optical BURNer) is an intuitive GUI wrapper around cdrkit and dvd+rw-tools for burning optical media on GNU/Linux systems. It uses the wxpython toolkit for the GUI, so it blends perfectly with a GTK+ environment, and is free from any heavy desktop environment dependencies.
PyBit is a small application written in wxPython for shortening URLs using some of the best shortening engines like: bit.ly, is.gd, cli.gs, smsh.me, tr.im and posting status updates to Twitter or identi.ca. It tries to be as simple and as user-friendly as possible. Configuration uses a simple preferences dialog, and all the buttons and text are bigger. All passwords (for twitter and identi.ca) are stored in plain text, so it’s currently not secure. Under GNOME, pyBit stores the shortened URL directly to your clipboard, so you don’t have to select and copy the short URL.
StoryText (formerly PyUseCase) is an unconventional GUI testing tool written in Python. It currently has mature support for PyGTK, beta status support for Java Swing, SWT/Eclipse RCP, and Tkinter, and very basic support for wxPython. Instead of recording GUI mechanics directly, it asks the user for descriptive names and hence builds up a "domain language" along with a "UI map file" that translates it into the current GUI layout. Instead of an "assertion" mechanism, it auto-generates a log of the GUI appearance and changes to it, so as to use that as a baseline for text-based testing, using e.g. TextTest. Instead of requiring the tester to add "wait" statements by hand, it includes support for instrumenting code so that "waits" can be recorded.
VATStuff provides a double-entry bookkeeping system with facilities to create purchase orders and invoices and to record costs and calculate VAT returns. VAT calculations are designed to meet UK regulations, and are not applicable to other states. Even for non-VAT registered companies, VATStuff enables you to record your transactions and produce invoices.