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()
Release files for trilent 2.3.4.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| trilent-2.3.4.8.tar.gz | 22.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| trilent-2.3.4.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 58.8 kB
Release files / trilent-2.3.4.8.tar.gz
| Download URL | trilent-2.3.4.8.tar.gz |
|---|---|
| Size | 22.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb2e18962d4ac0286dd3620f364b75a1082bc297bdf89ade0c440d0b52570612
|
|
BLAKE2b-256 checksum How to use checksums |
7a9c5f81d14a765e0c9a9edb241a5124aa266e64832ec9c07336da6961ab6fd5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|
Release files / trilent-2.3.4.8-py3-none-any.whl
| Download URL | trilent-2.3.4.8-py3-none-any.whl |
|---|---|
| Size | 36.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fbf4e1b7fe53c4601c994aa09c8531f455e70e3a1e540c3246e98766cda0eb68
|
|
BLAKE2b-256 checksum How to use checksums |
0a94eeb413267de82c1d96eb95baa479caeed6c029050e9c144425daf0648d10
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.3
|