Skip to content

SForces/TimePrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TIME PRINT V1.5

This is a python package to use write effect and more in your texts !

FUNCTIONS

TP(seconds,"text")

You want to write "your_text" in 5 seconds? just use;
TP(5,"your_text") !
Formats: seconds: int,"text":str

P("text")

You don't want to wait until it writes bla bla seconds ?
it just goes write effect and its fast (very fast)

format: "text":str

Timetag(format:str)

Its not very cool thing but i added,Don't have to much talk just look ex.

Example format usages;

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

It uses strftime package from time.

info()

just info about package.
My name, My email and project github repostory

About

A package that prints messages after a given amount of time

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages