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 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


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

Uploaded Source

Built Distribution

twidge-0.1.4-py3-none-any.whl (10.2 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