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
Echo Keypresses
python -m twidge echo
from twidge import echoers
echoers.echobytes()
Text Editor
python -m twidge edit 'Hello World'
from twidge import editors
content = editors.editstr('Hello World!')
Dictionary Editor
python -m twidge editdict name,email,username,password
from twidge import editors
favorite_colors = {'Alice': 'red', 'Bob': 'blue'}
content = editors.editdict(favorite_colors)
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-0.1.1.tar.gz
(8.6 kB
view hashes)
Built Distribution
twidge-0.1.1-py3-none-any.whl
(10.1 kB
view hashes)