A Python package that adds a typewriter effect to text output. It allows you to display text in a way that mimics the classic typewriter-style printing, with characters appearing one by one at a defined speed. This package is suitable for enhancing the visual appeal of command-line applications, creating interactive fiction games, or simply adding a fun twist to your Python projects. Easy to use and highly customizable, it provides an engaging way to present text-based information.
Project description
My Typewriter Effect Package
A Python package that creates a typewriter effect for text output.
Installation
You can install this package using pip:
pip install unratedwriting
Usage
from unratedwriting import typewrite
text_to_type = "Hello, this is a typewriter effect!"
typewrite(text_to_type)`
Parameters
text(str): The text you want to display with the typewriter effect.delay(float, optional): The delay in seconds between each character typing. Default is 0.05 seconds.
Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test them thoroughly.
- Create a pull request with a clear description of your changes.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Inspired by the typewriter effect in Python.
Contact
- Anozie Joel
- Email: chibuikeanozie0@gmail.com
- GitHub: Anozie Chibuike
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
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 unratedwriting-1.1.0.tar.gz.
File metadata
- Download URL: unratedwriting-1.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.2.0-26-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a1276a60c847a3e20be8703870a63bc1bda8df99d017afa508d48f554311d9e
|
|
| MD5 |
23ce0065825a960a877bbdcf600d4d44
|
|
| BLAKE2b-256 |
16cde032b4c32469c87263c6f5b9de917a34702498e2a8c990075995b0000444
|
File details
Details for the file unratedwriting-1.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: unratedwriting-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.10.12 Linux/6.2.0-26-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43eba8418bab77d5184a173cd7a0a0b4c91b4a55b8400702d90d742bd6e3b4c0
|
|
| MD5 |
8f603320b58833e5e6fc208c1c317171
|
|
| BLAKE2b-256 |
f05c0c90cc1fbb24644ffb01bff58d05ab0b68478e74566b94d9035a655a1432
|