Skip to content

Mouedrhiri/ProgressBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Progress Bar By Mohammed Ouedrhiri

Using Python

Private University Of Fez

(It's A University Project)

Follow Me On Github For More Projects

Mohammed Ouedrhiri ©

Linkedin Account [Linkedin](https://www.linkedin.com/in/mohammed-ouedrhiri-512183187 “Linkedin”)

Lets Begin The explanation

I've Used tqdm library to make the progress Bar

from tqdm import tqdm

I used Time Library to Control The Speed and The Progress

from time import sleep

The Description It The Text Showen in the left of The ProgressBar

As We All Know The Progression Bar Goes From 0 to 100% And You Can Make it Relative to real Time Process By Give it argument instead of range


for i in tqdm(range(0, 100), desc ="Progress : "):
    sleep(.1)

Thanks For Using My Code If You Have Any Problem Contact Me On email : mouedrhiri492@gmail.com

Mohammed Ouedrhiri ©

logo

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages