
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
additional-urwid-widgets
Advanced tools
Some (in my opinion) useful widgets that extend the python library 'urwid'.
The python library urwid contains many basic widgets, but lacks (in my opinion) of "more specialized" widgets, such as a date picker.
This project provides such "more specialized" widgets.
The project can be installed via pip.
There are several approaches to install a package via the terminal (as discribed here):
Setup a virtual env to install the package (recommended):
python3 venv env
source ./env/bin/activate
python3 -m pip install additional-urwid-widgets
Install the package to the user folder:
python3 -m pip install --user additional-urwid-widgets
Install to the system folder (not recommended):
python3 -m pip install additional-urwid-widgets
See the corresponding wiki entries of the widgets for more information.
DatePicker
A (rudimentary) date picker.
IndicativeListBox
A urwid.ListBox with additional bars to indicate hidden list items.
IntegerPicker
A selector for integer numbers.
MessageDialog
Wraps urwid.Overlay to show a message and expects a reaction from the user.
SelectableRow
Wraps urwid.Columns to make it selectable and adds behavior.
FAQs
Some (in my opinion) useful widgets that extend the python library 'urwid'.
We found that additional-urwid-widgets demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.