Metadata-Version: 2.4
Name: loadingutils
Version: 0.1.0
Summary: Simple console loaders and spinners
Author-email: "Koen V." <koenesmiley@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Koen-mods/pyloading
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

<h2 align="center">loadingutils</h2>
Simple loaders to make your project even better!

Example Script:
```python
import loadingutils as lu

lu.bar("Loading", "#", 0.05)
lu.dots("Loading", 20, 0.05)
lu.spinner("Loading", 20, 0.05)
```
