Metadata-Version: 2.4
Name: BashGame
Version: 1.0.1
Summary: A Module for create a Game in terminal
Author-email: Grivy16 <grivy16public@gmail.com>
License: Apache
Project-URL: Homepage, https://github.com/Grivy16/BashGame
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<p align="center"><img width="169" height="126" alt="image" src="https://github.com/user-attachments/assets/3841320e-dd6a-43da-ac87-b7c8b0b05ec5" /></p>
<h1 align="center">BashGame</h1>
<p align="center">
  A Module for create a Game in terminal
  <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 :
- python last release
- Module :
  - sys
  - threading
    
### Installation
- #### 1 option :
  - Download from Pypi with `pip`.
  - Use the command in bash :
    ```bash
    pip install BashGame

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

***
