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 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)
Issues
Many.
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.2.tar.gz
(8.7 kB
view hashes)
Built Distribution
twidge-0.1.2-py3-none-any.whl
(10.2 kB
view hashes)