Metadata-Version: 2.1
Name: chars
Version: 0.1.1
Summary: A package for character sets
Author: PiyushThePal
Author-email: cool_guy2331708@yahoo.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
License-File: LICENSE.txt

# mypackage

chars is a simple Python package that provides functions to get different sets of characters including uppercase letters, lowercase letters, numbers, and special characters.

## Features

- Retrieve uppercase letters
- Retrieve lowercase letters
- Retrieve numbers
- Retrieve special characters
- Retrieve a combination of all character sets

## Installation

You can install the package using `pip`:

```sh
pip install chars
```
END
