my first project on pypi
Project description
Example1
from coolwait import pelangi
pelangi("Please wait...",delay=5,tab=2)
print("hello world")
Example2
import coolwait
from threading import Thread
from coolwait import pelangi
t=Thread(target=pelangi, args=("LOADING...",delay=None,tab=2))
t.start()
def do_something():
import requests
req=requests.get("https://google.com")
coolwait.stop=True
return req.text
run=do_something()
t.join()
print(run)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coolwait-0.5.tar.gz
(2.3 kB
view details)
File details
Details for the file coolwait-0.5.tar.gz
.
File metadata
- Download URL: coolwait-0.5.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51bf3f2e94b29fb88e4d37f7a541a0d753cad66ec4df73970c6c6c298008f0f1 |
|
MD5 | 8f42705740d7ccce17832b9c91a5a0d8 |
|
BLAKE2b-256 | 0f14d824291ab471de79fbc3c0a6d02d74cab42cb6593e75d860a2dc17274233 |