Metadata-Version: 2.1
Name: PyTextTyper
Version: 1.0.1
Summary: PyTextTyper is a text engine written in python which prints text to the console, fully complete with animations, colors, and ASCII art!
Home-page: https://github.com/Ollielab/PyTextTyper
Author: Ollielab
Author-email: mail@ollielab.xyz
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: art (==5.8)


<h1 align="center">
<img src="https://github.com/ollielab/pytexttyper/raw/main/images/logo.png">
</h1>

<p align="center">
PyTextTyper is a text engine written in python which prints text to the console, fully complete with animations, colors, and ASCII art!
</p>


<h1>Installation</h1>

`pip import pytexttyper`
<br><br>
Hosted on <a href="https://pypi.org/project/PyTextTyper/">PyPi</a>.

<h1>Documentation</h1>
Documentation is stored on the offical website hosted on Gitbook at <a href="https://pytexttyper.ollielab.xyz">https://pytexttyper.ollielab.xyz</a>.

<br>
<h1>Dependencies</h1>
PyTextTyper is reliant on <a href="https://github.com/sepandhaghighi/art">Art</a>, which is automatically setup. This means some functions might not work as intended due to compatability issues. The required version of Python is 3.6 and newer.

<br>
<h1>Contribute</h1>
If you wish to contribute to the project, please visit the <a href="https://github.com/Ollielab/PyTextTyper">Github</a>.
