Metadata-Version: 2.4
Name: coallib
Version: 1.0.1
Summary: Python Tools Library
Author-email: Erkhembayr Batjargal <ericwasepic127@outlook.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ericwasepic127/coallib
Project-URL: Issues, https://github.com/ericwasepic127/coallib/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

### Coallib - Tools, packages, items to make coding simpler

When you coding,you might have *repeated codes* across your packages, projects and even apps you made

> I get this too SO I made A **PIP PACKAGE** TO SOLVE!

### Usage:

##### Install:

```bash
pip install coallib
```

##### Use:

```python
import coallib
coallib.loadBar() # A Loadbar
```

### Credits:

- @Ericwasepic127

