Skip to main content

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

additional_urwid_widgets-0.4.1.tar.gz (13.4 kB view hashes)

Uploaded Source

Built Distribution

additional_urwid_widgets-0.4.1-py3-none-any.whl (19.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page