Skip to main content

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


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.5.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

typeglide-0.3.5-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file typeglide-0.3.5.tar.gz.

File metadata

  • Download URL: typeglide-0.3.5.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for typeglide-0.3.5.tar.gz
Algorithm Hash digest
SHA256 3e73b3050e831bbbd9958afb0fc5d7c13b8b974e6d6e9067612fb0cfe4e910ab
MD5 43e1656ca0837b47223453d835035891
BLAKE2b-256 a38b35e92d64084335cf2cc29d1f3a15fa8054f528560c7685b6b95f9d21d2c9

See more details on using hashes here.

File details

Details for the file typeglide-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: typeglide-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for typeglide-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6c4f74bfe4c18e22449cd8e404cf7825b3e2e50d7d4b3b8cfc078910b015b395
MD5 79b5103f4964b090878a52d8b0873165
BLAKE2b-256 7c85a8865fc9befd9db9f5b4695191c865c987f616fa59d13556a55e2507dc9f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page