Some (in my opinion) useful widgets that extend the python library 'urwid'.
Project description
additional_urwid_widgets
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.
Installation
The project can be installed via pip.
Options
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
Widgets
See the corresponding wiki entries of the widgets for more information.
-
DatePicker
A (rudimentary) date picker. -
IndicativeListBox
Aurwid.ListBox
with additional bars to indicate hidden list items. -
IntegerPicker
A selector for integer numbers. -
SelectableRow
Wrapsurwid.Columns
to make it selectable and adds behavior.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file additional_urwid_widgets-0.2.4.tar.gz
.
File metadata
- Download URL: additional_urwid_widgets-0.2.4.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.9.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17a5f1e75f6987389a9d26beee4b4b41723a36015f95056409d29101a674d883 |
|
MD5 | 4c65e508cd6ac512396476dd8e267a99 |
|
BLAKE2b-256 | aed39affb6a71abb8e97c6ba67ce776130c062d8f674b3a8b5b2bad39b7c8bac |
File details
Details for the file additional_urwid_widgets-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: additional_urwid_widgets-0.2.4-py3-none-any.whl
- Upload date:
- Size: 18.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.9.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb6926e2b10707f6217164598d005e67420e8397e0e06917051f5264c87a8eb6 |
|
MD5 | 0ceee7f9a795720e893d5fbb76cf0bc9 |
|
BLAKE2b-256 | c222b45a9057d2c09664f464336c978630471c8a852a22381258c32c0d8f13f4 |