Skip to content

This Python program calculates the factorials of a range of numbers and displays a progress bar for each calculation. The program imports the math package to calculate the factorials and the colorama package to colorize the progress bar.

License

Notifications You must be signed in to change notification settings

Pmking27/Progress-Bar-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progress Bar In Python

A Python program to calculate the factorials of a range of numbers and display a progress bar for each calculation.

Prerequisites

  • Python (Tested on CPython 2.7, 3.7, 3.8, 3.9 and 3.10 and Pypy 2.7 and 3.8.)

  • The following packages: math, colorama

Installation

Clone or download the repository.

Install the required packages using pip:

  pip install -r requirements.txt

Usage

  1. Open the terminal or command prompt and navigate to the directory containing the program.
  2. Run the program using the following command:
  python program.py
  1. The program will calculate the factorials of a range of numbers and display a progress bar for each calculation.
  2. Once the program has finished running, the results will be stored in the result list.

Authors

License

This project is licensed under the MIT

Acknowledgements

  • Colorama package for colorizing the progress bar.

About

This Python program calculates the factorials of a range of numbers and displays a progress bar for each calculation. The program imports the math package to calculate the factorials and the colorama package to colorize the progress bar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages