A Python package that creates a typewriter effect for text output.
You can install this package using pip
:
pip install unratedwriting
from unratedwriting import typewrite
text_to_type = "Hello, this is a typewriter effect!"
typewrite(text_to_type)`
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.
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.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by the typewriter effect in Python.
- Anozie Joel
- Email: chibuikeanozie0@gmail.com
- GitHub: Anozie Chibuike