Metadata-Version: 2.5
Name: pywhiz
Version: 0.2.0
Summary: A friendly, beginner-to-all Python helper package built for learning and hobby collaboration, prioritizing readable code and effortless utilities over pure commercial speed.
Project-URL: Homepage, https://github.com/CrabbierDuke167/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 friendly, community-driven Python helper package built for learning.</h3>

</div>

<br/>

## 📖 About PyWhiz

PyWhiz is a collection of fast, effortless quality-of-life helper functions.

**Full Disclosure:** This is not a hyper-optimized, commercial-grade package. Some modules might be a bit slow, and the code might not be perfectly engineered—but that is completely by design!

This project is a hobby environment built **by learners, for learners**. Our goal is to raise each other up, experiment, and write fun, readable code together. Whether you are writing your very first Python script or you are a seasoned dev wanting to build simple shortcuts, you are welcome here.

## 🚀 Installation

Install the package directly from PyPI via `pip`:

```bash
pip install pywhiz
```

## 🤝 Contributing & Issues

Want to report a bug, request a feature, or add a new function? We would love your help!

Please check out our **[Contribution & Issue Guidelines](CONTRIBUTING.md)** to get started.

## 🌟 Acknowledgements

A massive thank you to the entire open-source community and every single person who has contributed to making this project what it is today! This project thrives because of the collaboration, feedback, and support of developers from all over the world.
