| Server IP : 178.212.43.201 / Your IP : 10.100.0.33 Web Server : Apache/2.4.37 (Oracle Linux Server) OpenSSL/1.1.1k System : Linux spa0007.srv.paxillus.pl 5.4.17-2136.355.3.1.el8uek.x86_64 #3 SMP Sat May 9 17:11:55 PDT 2026 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/python3-urwid/docs/examples/ |
Upload File : |
.. _example-programs: ******************** Example Programs ******************** .. currentmodule:: urwid These example programs may be found in the examples directory of your Urwid distribution. tour.py ------- .. image:: tour1.png .. image:: tour2.png Show how many of the standard widgets may be arranged on the screen graph.py -------- .. image:: graph2.png Demonstrate BarGraph widget and alarms used for animation edit.py ------- .. image:: edit1.png .. image:: edit2.png A simple text editor with lazy loading browse.py --------- .. image:: browse2.png A lazy directory browser with file selection, tree-view, custom widgets and list walker subproc.py ---------- .. image:: subproc1.png .. image:: subproc2.png Monitor and display results from a subprocess palette_test.py --------------- .. image:: palette_test2.png Show available colors in various screen modes pop_up.py --------- .. image:: pop_up1.png .. image:: pop_up2.png Create a pop-up/drop-down/window anchored to another widget bigtext.py ---------- .. image:: bigtext2.png .. image:: bigtext3.png demonstrate the BigText widget