Metadata-Version: 2.1
Name: pong-loading-bar
Version: 1.0.0
Summary: A loading bar simulator using the game Pong
Home-page: https://github.com/your-username/pong-loading-bar
Author: Spencer Duh
Author-email: spencerduh@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Pong Loading Bar

Pong Loading Bar is a Python package that simulates a loading bar using the game Pong.

## Installation

You can install Pong Loading Bar using pip:

pip install pong-loading-bar

javascript
Copy code

## Usage

To use Pong Loading Bar in your Python code, simply import the `pong_loading_bar` function from the `pong_loading_bar` module and call it with the desired wait time and total steps:

```python
from pong_loading_bar import pong_loading_bar

pong_loading_bar(wait_time=0.05, total_steps=200)
The wait_time parameter specifies the number of seconds to wait between each step of the loading bar animation. The total_steps parameter specifies the total number of steps in the loading bar animation.

Credits
This package was created by Your Name.

License
Pong Loading Bar is licensed under the MIT License. See the LICENSE file for more information.

Contributing
If you'd like to contribute to Pong Loading Bar, you can:

Report a bug
Suggest a feature
Submit a pull request
When contributing code, please make sure to:

Write tests for your code
Follow the PEP 8 style guide
Document your code using Docstrings
Use Git commit conventions
Version History
1.0.0 (2023-05-05): Initial release
