A smooth typewriter text effect library for Python. Works with tkinter too! Made by dakshu.
Project description
typeglide
A smooth typewriter text effect library for Python — made by dakshu.
Installation
pip install typeglide
How to use it?
Simple code to use:
import typeglide
glide = typeglide.save("Hello World", delay=0.05) # Save The Text
print(glide) # Print The Animated text
This now works with tkinter 🐱
import typeglide
import tkinter as tk
glide = typeglide.save("Hello World", delay=0.05)
def do():
glide.animate_widget(label)
root = tk.Tk()
label = tk.Label(text="hi")
label.pack()
button = tk.Button(text="press", command=do)
button.pack()
root.mainloop()
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
typeglide-0.3.4.tar.gz
(2.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file typeglide-0.3.4.tar.gz.
File metadata
- Download URL: typeglide-0.3.4.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03d65ef3dc79975a97143f34a764728fc396780948e4c9bf646f8b47c3adbd96
|
|
| MD5 |
573cc1f403a0b756d28ccabf01915a79
|
|
| BLAKE2b-256 |
595ce85afb7573f4ad3a7b485a044cfa450ff762edcd1a2cc8cd217881aa8cb3
|
File details
Details for the file typeglide-0.3.4-py3-none-any.whl.
File metadata
- Download URL: typeglide-0.3.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a1a6df117c83ae72b7faf180808980d93c0b6f0ba50b22347d46842ec62ecd1
|
|
| MD5 |
98aa671015c5388f1cd668ee0f392ab3
|
|
| BLAKE2b-256 |
10f5aa6e20dc3a0361034b968b75effc86df14a8c86995b2984129f350539566
|