Metadata-Version: 2.5
Name: pywhiz
Version: 0.1.7
Summary: Fast, effortless, and friendly quality-of-life helper functions for Python developers.
Project-URL: Homepage, https://github.com/yourusername/pywhiz
Author: Diyon Daison, Rethik Thilak, Nihal Sam
License: MIT
License-File: LICENSE
Keywords: easy,formatting,helpers,pywhiz,shortcuts,utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

<div align="center">

<h1>PyWhiz</h1>

<p align="center">
  <img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/python/python-original.svg" width="45" height="45" alt="Python Logo" />
  &nbsp;&nbsp;&nbsp;&nbsp;
  <img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg" width="45" height="45" alt="VSCode Logo" />
</p>

<p align="center">
  <a href="https://pypi.org/project/pywhiz/">
    <img src="https://img.shields.io/pypi/v/pywhiz?color=3776AB&style=for-the-badge&logo=python&logoColor=white" alt="PyPI Version" />
  </a>
  <a href="https://github.com/CrabbierDuke167/pywhiz/blob/main/LICENSE">
    <img src="https://img.shields.io/github/license/CrabbierDuke167/pywhiz?color=22c55e&style=for-the-badge" alt="License" />
  </a>
  <a href="https://github.com/CrabbierDuke167/pywhiz/stargazers">
    <img src="https://img.shields.io/github/stars/CrabbierDuke167/pywhiz?color=eab308&style=for-the-badge&logo=github" alt="GitHub Stars" />
  </a>
</p>

<h3>A modern, high-efficiency utility package for Python.</h3>

</div>

<br/>

## Installation

Install the package directly from PyPI via `pip`:

```bash
pip install pywhiz
```

## Contributors

| Name             | GitHub Profile                                   |
| :--------------- | :----------------------------------------------- |
| **nihal-sam911** | [@nihal-sam911](https://github.com/nihal-sam911) |
| **RETHIK-KT**    | [@RETHIK-KT](https://github.com/RETHIK-KT)       |

### Acknowledgements

- A big thanks to [@nihal-sam911](https://github.com/nihal-sam911) for their contributions and help with this project!
- A big thanks to [@RETHIK-KT](https://github.com/RETHIK-KT) for their contributions and help with this project!
