Skip to content

Call any function after a certain amount of time (Tkinter, CustomTkinter, normal files (discord.py))

License

Notifications You must be signed in to change notification settings

HyperNylium/schedule-create-cancel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Call any function after a certain amount of time

description

Just like Tkinter's .after() event where you can run a function after x amount of milliseconds, this does the same thing but you can use this for normal .py files, Tkinter and CustomTkinter. One feature is that you can cancel a function call just using the function name instead of the ID. And for normal files, its more useful for discord.py and you can run either async or normal functions after x amounts of seconds (for Tkinter and CustomTkinter the time function is milliseconds but for normal files its seconds)

About

Call any function after a certain amount of time (Tkinter, CustomTkinter, normal files (discord.py))

Topics

Resources

License

Stars

Watchers

Forks