Metadata-Version: 2.1
Name: potcoder
Version: 1.2.4
Summary: A module created for the Python language that makes programming easier for programmers and developers
Author-Email: Thai Minh Nguyen <nguyenthaiminh0973200965@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/hiactions/potcoder
Project-URL: Issues, https://github.com/hiactions/potcoder/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown

![PotCoder Screenshot](./src/potcoder/assets/potcoder-screenshot.png)

<a href='https://discord.gg/mVR8EpdM' target="_blank"><img alt='Discord' src='https://img.shields.io/badge/Join_Our COmmunity-100000?style=for-the-badge&logo=Discord&logoColor=FFFFFF&labelColor=5865f2&color=5865f2'/></a>
<a href='https://pypi.org/project/potcoder/' target="_blank"><img alt='pypi' src='https://img.shields.io/badge/PyPI_Download-100000?style=for-the-badge&logo=pypi&logoColor=FFFFFF&labelColor=515153&color=232A79'/></a>

## Requirements
- `Python` version >= `3.8`
- Some additional modules

> Warning: If you import the `potcoder` module in `Python IDLE`, `Python IDLE` will not display information about `potcoder` such as version, .... And when running `potcoder.cli()` it gives `potcoder-UNKOWN` or shows error and doesn't run.

## How to use
Install via `pip` (Recommended):
```
pip install potcoder
```


Install via `whl` file:
- Go to Release > Select latest version of PotCoder > Press the file with the name `potcoder-[potcoder-version]-py3-none-any.whl`
- After download, run this command:
```
pip install potcoder-[potcoder-version]-py3-none-any.whl
```


