A Python package to print text with a typewriter effect in the terminal
Project description
terminal-typer
A lightweight Python package to print text in the terminal with a typewriter animation effect.
Features
- Typewriter-style terminal output
- Lightweight and easy to use
- Adjustable typing speed
- Great for CLI apps, scripts, storytelling, demos, and terminal interfaces
Installation
pip install terminal-typer
Or from TestPyPI:
pip install -i https://test.pypi.org/simple/ terminal-typer
Quick Start
from terminal_typer import escrever
escrever("Olá mundo")
Output:
Olá mundo
Usage
Basic example
from terminal_typer import escrever
escrever("Hello from terminal-typer")
Example ideas
Useful for:
- Terminal storytelling
- CLI applications
- Intro screens
- Simulated typing interfaces
- Loading messages
- Interactive Python scripts
Project Structure
terminal-typer/
├── pyproject.toml
├── README.md
├── LICENSE
└── terminal_typer/
├── __init__.py
└── funcao_escrita.py
Author
Johnny Matos
GitHub: https://github.com/DS-Johnny/terminal-typer
License
MIT License# terminal-typer
A lightweight Python package to print text in the terminal with a typewriter animation effect.
Features
- Typewriter-style terminal output
- Lightweight and easy to use
- Adjustable typing speed
- Great for CLI apps, scripts, storytelling, demos, and terminal interfaces
Installation
pip install terminal-typer
Or from TestPyPI:
pip install -i https://test.pypi.org/simple/ terminal-typer
Quick Start
from terminal_typer import escrever
escrever("Olá mundo")
Output:
Olá mundo
Usage
Basic example
from terminal_typer import escrever
escrever("Hello from terminal-typer")
Example ideas
Useful for:
- Terminal storytelling
- CLI applications
- Intro screens
- Simulated typing interfaces
- Loading messages
- Interactive Python scripts
Project Structure
terminal-typer/
├── pyproject.toml
├── README.md
├── LICENSE
└── terminal_typer/
├── __init__.py
└── funcao_escrita.py
Author
Johnny Matos
GitHub: https://github.com/DS-Johnny/terminal-typer
License
MIT License
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
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 terminal_typer-0.1.3.tar.gz.
File metadata
- Download URL: terminal_typer-0.1.3.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bd8c0d0fe86a8015436e76b2d28fa1ba166e2c04e5ffc8d61424ad77a38d34f
|
|
| MD5 |
6dfe9816932db66baef70ba18cf7aba3
|
|
| BLAKE2b-256 |
ca6b834600b172d15159d6d7ae48a8e1aa643f87fcd036ce1af604e50b0c81f2
|
File details
Details for the file terminal_typer-0.1.3-py3-none-any.whl.
File metadata
- Download URL: terminal_typer-0.1.3-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.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bb341221e22a36c68bf15526ce6fe7d3fe3221d50865c6142fdea6685f310e6
|
|
| MD5 |
b3210f9a4885d22af81372aa39a6b1ec
|
|
| BLAKE2b-256 |
8a83f3bf356338c33768c5d98284b3562a282bbb5f76018db34dd5c5d80e40dd
|