Skip to content

A set of constants and utilities for describing user interfaces

License

Notifications You must be signed in to change notification settings

Ocupe/travertino

 
 

Repository files navigation

http://pybee.org/static/images/defaultlogo.png

Travertino

https://beekeeper.herokuapp.com/projects/pybee/travertino/shield

Travertino is a set of constants and utilities for describing user interfaces, including:

  • colors
  • directions
  • text alignment
  • sizes

Usage

Install Travatino:

$ pip install travertino

Then in your python code, import and use it:

>>> from travertino import color, rgb,

# Define a new color as an RGB triple
>>> red = rgb(0xff, 0x00, 0x00)

# Parse a color from a string
>>> color('#dead00')
rgb(0xde, 0xad, 0x00)

# Reference a pre-defined color
>>> color('RebeccaPurple')
rgb(102, 51, 153)

Community

Travertino is part of the BeeWare suite. You can talk to the community through:

We foster a welcoming and respectful community as described in our BeeWare Community Code of Conduct.

Contributing

If you experience problems with Travertino, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.

About

A set of constants and utilities for describing user interfaces

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%