Metadata-Version: 2.1
Name: testHelloWorldpkg
Version: 0.0.6
Summary: A Hello world pkg
Home-page: 
Author: Moshiur
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# 🌍✨ testHelloWorldpkg: Where Greetings Meet Personality! 🎭👋

[![Python Version](https://img.shields.io/badge/python-3.9%2B-blue.svg)](https://www.python.org/downloads/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![Version](https://img.shields.io/badge/version-0.0.5-orange.svg)](https://pypi.org/project/testHelloWorldpkg/)
[![PyPI](https://img.shields.io/badge/PyPI-testHelloWorldpkg-brightgreen.svg)](https://pypi.org/project/testHelloWorldpkg/)

> 🚀 Blast off into a world where "Hello" is just the beginning! This isn't your grandma's Hello World package – it's a turbocharged greeting machine with a dash of pizzazz! 🎉

## 🎬 Quick Start: In 3... 2... 1...

```bash
pip install testHelloWorldpkg
```

## 🎭 Usage: Let the Show Begin!

```python
from testHelloWorldpkg.app import main
main()
```

And... 🥁 drumroll, please... 🥁

```
Hello World! My name is John Doe
```

Ta-da! 🎩✨ Your console just got 100% more friendly!

## 🦸‍♂️ Superpowers (aka Features)

- 🖨️ Prints "Hello World" faster than a speeding bullet!
- 🧑 Adds a personal touch quicker than you can say "secret identity"
- 🐍 Slithers smoothly on Python 3.9 and above

## 🏗️ Installation: Building Your Hello World Empire

Choose your weapon:

1. 🏹 The Arrow of Pip:
   ```bash
   pip install testHelloWorldpkg
   ```

2. 🗡️ The Sword of Source:
   ```bash
   git clone https://github.com/mhridoy/testHelloWorldpkg.git
   cd testHelloWorldpkg
   pip install -e .
   ```

## 🧪 Mad Science (Development)

1. 🧬 Clone the DNA (repository)
2. 🦠 Cultivate in a pip dish:
   ```bash
   pip install -e .
   ```
3. 🔬 Experiment wildly
4. 🧙‍♂️ Brew your potion and release it to the world:
   ```bash
   rm -rf dist/ build/ testHelloWorldpkg.egg-info/
   python3 setup.py sdist bdist_wheel
   twine upload dist/*
   ```

## 📜 The Ancient Scrolls (License)

This mystical artifact is protected by the sacred MIT License - seek wisdom in the [LICENSE](LICENSE) scroll.

## 🧙‍♂️ The Architect (Author)

**Moshiur** - Master of Greetings, Sorcerer of Salutations

- 📫 Summon via email: [moshiur@binarybeat.org](mailto:moshiur@binarybeat.org)
- 🔮 Scry on GitHub: [@mhridoy](https://github.com/mhridoy)

## 🤝 Join the League of Extraordinary Greeters (Contributing)

Your mission, should you choose to accept it:

1. 🍴 Fork the universe
2. 🌿 Grow a new feature branch (`git checkout -b feature/GalacticGreeting`)
3. 🖋️ Inscribe your changes (`git commit -m 'Add some GalacticGreeting'`)
4. 🚀 Launch your creation (`git push origin feature/GalacticGreeting`)
5. 🎭 Perform the sacred Pull Request ritual

Prophecies, feature requests, and scrolls of wisdom are welcome! Consult the [issues page](https://github.com/mhridoy/testHelloWorldpkg/issues).

## 💖 Spread the Love

If this package brightened your day, made you smile, or saved you from a dragon, consider:

- Giving it a ⭐️ (It's like a high-five for repositories!)
- Sharing it with fellow code wizards
- Writing a ballad about its greatness (or just a nice tweet, your choice)

## 🌈 Join the Hello World Revolution!

Every time you use `testHelloWorldpkg`, a unicorn gets its rainbow. 🦄🌈

---

<p align="center">Crafted with ❤️, a sprinkle of ✨, and a dash of 🤪 by Moshiur</p>

<p align="center">
  <a href="https://pypi.org/project/testHelloWorldpkg/">
    <img src="https://img.shields.io/badge/PyPI-testHelloWorldpkg-blue?style=for-the-badge&logo=pypi" alt="PyPI - testHelloWorldpkg">
  </a>
</p>
