A toolkit for building high-level compound widgets in Python using the Tkinter module. It contains a set of flexible and extensible megawidgets, including notebooks, comboboxes, selection widgets, paned widgets, scrolled widgets and dialog windows.

Python megawidgets is Python 3 compatible through the Pmw 2 download. Pmw 1 is destined for Python 2. Both are now accessible through the new pypi compatible package (credits for which go to Andy Robinson and the team at ReportLab).

Project Activity

See All Activity >

License

MIT License

Follow Python megawidgets

Python megawidgets Web Site

Other Useful Business Software
Full-stack observability with actually useful AI | Grafana Cloud Icon
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.
Create free account
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
14
0
1
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Looks very promising, but am unable to use as I can't locate pmw file - getting import error of "no module pmw found" using python 2.7.13 on ubuntu 14.04lts.
  • Hi, i encountered a few errors in "bundlepmw.py" and "Pmw.py", necesary to freeze a pmw aplication. The os and python versión: Windows xp sp3 and python 3.4.3 The same error and solution in the 2.0.0 and 2.0.1 version In "bundlepmw.py": C:\Python34\Lib\site-packages\Pmw\Pmw_2_0_1\bin>"Copia de bundlepmw.py" Traceback (most recent call last): File "C:\Python34\Lib\site-packages\Pmw\Pmw_2_0_0\bin\Copia de bundlepmw.py", line 69, in <module> version = string.replace(dir[4:], '_', '.') AttributeError: 'module' object has no attribute 'replace' Solution: Replace (line 69): version = string.replace(dir[4:], '_', '.') with: version = str.replace(dir[4:], '_', '.') After in "Pmw.py" generated Replace (line 17 and 21): raise ValueError, 'Dynamic versioning not available' raise ValueError, 'Dynamic versioning not available' with: raise ValueError('Dynamic versioning not available') raise ValueError('Dynamic versioning not available') comment the line 1514 (from . ) After this all function perfectly Sorry if my english is some basic.
  • perfectly work on win7 64, easy to use, great project
  • Free, very quick, easy to use and rock solid. A top quality application.
  • I am not able to see the video of these tutorials. If I could it is really a good job
Read more reviews >

Additional Project Details

Languages

English

Intended Audience

Developers

User Interface

Win32 (MS Windows), X Window System (X11)

Programming Language

Python

Related Categories

Python Software Development Software, Python Graphics Software

Registered

2000-09-02