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
Release history Release notifications | RSS feed
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.8.tar.gz
(22.7 kB
view details)
Built Distribution
trilent-2.3.4.8-py3-none-any.whl
(36.1 kB
view details)
File details
Details for the file trilent-2.3.4.8.tar.gz
.
File metadata
- Download URL: trilent-2.3.4.8.tar.gz
- Upload date:
- Size: 22.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cb2e18962d4ac0286dd3620f364b75a1082bc297bdf89ade0c440d0b52570612
|
|
MD5 |
47f9702a1b23b77bb631026d14bde85f
|
|
BLAKE2b-256 |
7a9c5f81d14a765e0c9a9edb241a5124aa266e64832ec9c07336da6961ab6fd5
|
File details
Details for the file trilent-2.3.4.8-py3-none-any.whl
.
File metadata
- Download URL: trilent-2.3.4.8-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fbf4e1b7fe53c4601c994aa09c8531f455e70e3a1e540c3246e98766cda0eb68
|
|
MD5 |
58169d5ee3233a807ce8655f027911ca
|
|
BLAKE2b-256 |
0a94eeb413267de82c1d96eb95baa479caeed6c029050e9c144425daf0648d10
|