Skip to main content

Python GUI Framework.

Project description

Trilent

A new UI framework for python! Full Documenation coming soon.

Features

Animations

import trilent as t

window = t.Window()

# Setup

button = t.Button(window, text='I am a Button!')
button.place(100, 100)

# Animate
button.animate(button_color='lime', time=1) # Animate its color slowly to lime, In 1 second.

window.run()

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

trilent-2.3.4.3.tar.gz (22.3 kB view hashes)

Uploaded Source

Built Distribution

trilent-2.3.4.3-py3-none-any.whl (35.7 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