Skip to main content

A small helper package for personal needs

Project description

Alyssum

this package contains my personal helpers if you want to use below the usage examples

from alyssum.seperators import Title

title = Title(label='Default Text'length=80, color='yellow')
title.configure(label='Default Text'length=80,color='blue')

title.write() # writes "Default Text"
title.write("any title") # writes "any title"

title.configure(color=blue).write("any title") # can be usable

label length can not be greater than (length - 2)
color can be 'grey', 'red', 'green', 'yellow', 'blue', 'magenta', 'cyan' or 'white'
length must be greater than 1 and smaller than 81

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

alyssum-0.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

alyssum-0.0.2-py3-none-any.whl (3.4 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