Skip to content

zhmhbest/python-zhmh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-zhmh

进度条

import time
from pyzhmh import RichPrint

length = 100
for i in range(1, 1 + length):
    RichPrint.progress_bar(i/length)
    time.sleep(0.05)

下载

from pyzhmh import download_one_file
download_one_file('./521.jpg', {
    'url': "https://dss1.bdstatic.com/kvoZeXSm1A5BphGlnYG/skin_zoom/521.jpg?2"
})

About

Python Common Command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages