Metadata-Version: 2.1
Name: TimePrintOnPYPI
Version: 1.4
Summary: A package for printing text with time delay between characters
Home-page: https://github.com/SForces/TimePrint
Author: Osman TUNA
Author-email: osmntn08@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# TIME PRINT V1.4
This is a python package to use write effect and more in your texts !<br>

## TP(seconds,"text")
You want to write "your_text" in 5 seconds? just use;<br>
TP(5,"your_text") !<br>
formats: seconds: int,"text":str<br>
## P("text")
You don't want to wait until it writes bla bla seconds ?<br>
it just goes write effect and its fast (very fast)<br>

format: "text":str<br>
## timetag(format:str)
Its not very cool thing but i added,Don't have to much talk just look ex.<br>

Example format usages;<br>
"%H:%M" Returns --> 12:56 = (Hours:Minutes)<br>
"%H:%M:%S" Returns --> 12:56:24 = (Hours:Minutes:Seconds)<br>
"%d.%m.%y" Returns --> 10.02.2023 = (Day.Month.Year)<br>

It uses strftime package.<br>
## info()
just info about package.<br>
