Metadata-Version: 2.1
Name: TimePrintOnPYPI
Version: 1.5
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

# <span style="color: #FF0000;">**TIME PRINT V1.5**</span>
<span style="color: #FF4500;">This is a python package to use write effect and more in your texts !</span><br>

# <span style="color: blue;">**FUNCTIONS**</span><br>
## <span style="color: #007FFF;">**TP(seconds,"text")**</span>
<span style="color: #E6A8D7;">You want to write "<span style="color: #87CEEB">**your_text**<span style="color: #E6A8D7;">" in <span style="color: #87CEEB">**5**<span style="color: #E6A8D7;"> seconds? just use;<br>
<span style="color: #87CEEB">**TP(5,"your_text")**<span style="color: #E6A8D7;"> !<br>
<span style="color: #0F52BA">Formats: seconds: int,"text":str<br>

## <span style="color: #007FFF;">**P("text")**</span>
<span style="color: #E6A8D7;">You don't want to wait until it writes bla bla seconds ?<br>
it just goes write effect and its fast (very fast)<br>

<span style="color: #0F52BA">format: "text":str<br>
## <span style="color: #007FFF;">**Timetag(format:str)**</span>
<span style="color: #E6A8D7;">Its not very cool thing but i added,Don't have to much talk just look ex.<br>

<span style="color: #E6A8D7;">Example format usages;<br>

<span style="color: #E6A8D7;">"<span style="color: #87CEEB;">%H:%M<span style="color: #E6A8D7;">" Returns --> 12:56 = <span style="color: #87CEEB;">(Hours:Minutes)<br>
<span style="color: #E6A8D7;">"<span style="color: #87CEEB;">%H:%M:%S<span style="color: #E6A8D7;">" Returns --> 12:56:24 = <span style="color: #87CEEB;">(Hours:Minutes:Seconds)<br>
<span style="color: #E6A8D7;">"<span style="color: #87CEEB;">%d.%m.%y<span style="color: #E6A8D7;">" Returns --> 10.02.2023 = <span style="color: #87CEEB;">(Day.Month.Year)<br>

<span style="color: #0F52BA">It uses strftime package from time.<br>
## <span style="color: #007FFF;">**info()**</span>
<span style="color: #E6A8D7;">just info about package.<br>
My name, My email and project github repostory
