Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

DwcTeam/tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks

A simple package to make async task backgrond

Installing

Python 3.6 or higher is required

# Windows
pip install git+https://github.com/DwcTeam/tasks.git

# Linux/macOS
pip3 install git+https://github.com/DwcTeam/tasks.git

Quick Example

import tasks

async def printer(text: str):
    print(text)
 
task = tasks.Task(printer, intervel=2) 
task.start(text="lol")

Links

Note

if you use my package please give me start 😭😭

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages