Metadata-Version: 2.4
Name: Custom_Bar
Version: 1.0.2
Summary: A module for custom loading bar
Author-email: Grivy16 <grivy16public@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Grivy16/Python-Loading-bar
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<p align="center"><img width="382" height="66" alt="image" src="https://github.com/user-attachments/assets/4203ff86-c156-422d-9f8f-8cb79bb46893" /></p>
<h1 align="center">Custom Bar</h1>
<p align="center">
  A Simple progress bar in terminal for python.
  <br><br>
</p>


***

<h3 align="center">
<a href="https://github.com/Grivy16/Python-Loading-bar#Installation">Installation</a>・<a href="https://github.com/Grivy16/Python-Loading-bar/wiki">Wiki</a>・<a href="https://github.com/Grivy16/Python-Loading-bar/discussions">Discussions</a>・<a href="https://github.com/Grivy16/Python-Loading-bar/issues">Report a bug</a>
</h3>

***


# Installation

### Requirements (if you not use the portable/installer)
- python last release
- Module :
  - time (is installed per default)
    
### Installer
- #### 1 option :
  - Download from Pypi with `pip`.
  - Use the command in bash :
    ```bash
    pip install Custom-Bar

- #### 2 option :
  - Clone this repository with :
    ```bash
    git clone https://github.com/Grivy16/Python-Loading-bar
  - Open the folder :
    ```bash
    cd Python-Loading-bar
  - use the folder `main.py` in your projet (import her).

***
