Terminal Widgets.
Project description
Twidge
Simple terminal widgets for simple people.
This package is mostly intended for my own personal use, but have at it.
Quick Start
Install
python -m pip install twidge
Echo Keypresses
python -m twidge echo
from twidge.widgets import echo
echo.run()
Text Editor
python -m twidge edit 'Hello World'
from twidge.widgets import editstr
content = editstr.run('Hello World!')
Dictionary Editor
python -m twidge editdict name,email,username,password
from twidge.widgets import editdict
favorite_colors = {'Alice': 'red', 'Bob': 'blue'}
content = editdict.run(favorite_colors)
Issues
Many - known and unknown. Issues welcome.
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
twidge-1.2.0.tar.gz
(11.9 kB
view hashes)
Built Distribution
twidge-1.2.0-py3-none-any.whl
(16.0 kB
view hashes)