Skip to main content

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


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.1.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

twidge-1.1.0-py3-none-any.whl (8.0 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