Metadata-Version: 2.4
Name: osman_hadi
Version: 1.0.12
Summary: A bilingual Python library documenting the life and legacy of Shaheed Osman Bin Hadi.
Home-page: https://github.com/mahadi99900/Osman_Hadi
Author: Mahdi bin iqbal
Author-email: islammdmahadi943@gmail.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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Osman Hadi Archive | ওসমান হাদি আর্কাইভ

<p align="center">
  <img src="https://raw.githubusercontent.com/mahadi99900/Osman_Hadi/main/pic.jpg" width="300" alt="Shaheed Osman Bin Hadi">
</p>


**Osman Hadi Archive** is a Python library that documents and showcases the life, achievements, and revolutionary activities of Osman Hadi. It uses ASCII art, banners, and structured textual content to make console output engaging. The library is fully bilingual (English & Bengali) and designed for educational and commemorative purposes. **ওসমান হাদি আর্কাইভ** একটি পাইথন লাইব্রেরি যা ওসমান হাদির জীবন, কর্মকাণ্ড এবং বিপ্লবী কার্যক্রম প্রদর্শন করে। এতে ASCII আর্ট, ব্যানার এবং সংরক্ষিত তথ্য ব্যবহার করে টার্মিনাল আউটপুটকে আকর্ষণীয় করা হয়েছে। এটি দুই ভাষায় (ইংরেজি ও বাংলা) ব্যবহারযোগ্য।  

## Modules & Functions | মডিউল ও ফাংশনসমূহ

- **`osman_hadi.family("b")`** : Displays Osman Hadi's family background and personal life. Set `lang='e'` for English. / ওসমান হাদির পারিবারিক জীবন ও ব্যক্তিগত তথ্য দেখায়। `lang='e'` ব্যবহার করলে ইংরেজিতে আউটপুট।  
- **`osman_edu(lang='b')`** : Shows educational journey, academic achievements, and scholarly milestones. / শিক্ষাজীবন, একাডেমিক অর্জন এবং আলেমি milestones প্রদর্শন করে।  
- **`osman_hadi.initiatives(lang='b')`** : Highlights strategic initiatives, social campaigns, and movements led by Osman Hadi. / ওসমান হাদির নেতৃত্বে নেওয়া কৌশলগত উদ্যোগ, সামাজিক ও রাজনৈতিক আন্দোলন দেখায়।  
- **`osman_hadi.july_hadi(lang='b')`** : Presents Osman Hadi's role in the 2024 July Uprising and documents the crimes of the regime. / ২০২৪ সালের জুলাই বিপ্লব ও হাদির ভূমিকা এবং সরকারের অপরাধ নথিভুক্ত করে।  
- **`osman_hadi.quotes(lang='b')`** : Shows iconic quotes, legendary sayings, and humanitarian activities of Osman Hadi. / কালজয়ী উক্তি, প্রবাদ ও মানবিক কর্মকাণ্ড দেখায়।  

## Installation & Import | ইনস্টলেশন ও ইমপোর্ট

Install directly via pip / সরাসরি pip দিয়ে ইনস্টল করুন:  
`pip install osman_hadi`  

Import the modules in your Python script / পাইথন স্ক্রিপ্টে মডিউলগুলো ইমপোর্ট করুন:  
`from osman_hadi import osman_family, osman_edu, osman_initiatives, osman_july, osman_quotes`  
`from osman_hadi.styles import his_face1, his_face2, his_face3, his_face4, his_face5`  

## Usage | ব্যবহার

**Display Family Information / পারিবারিক তথ্য **  
`osman_hadi.family(lang='b')  # Bengali`  
`osman_hadi.family(lang='e')  # English`  

**Display Educational Background / শিক্ষাজীবন **  
`osman_edu.edu(lang='b')  # Bengali`  
`osman_edu.edu(lang='e')  # English`  

**Display Strategic Initiatives / কৌশলগত উদ্যোগ **  
`osman_hadi.initiatives(lang='b')  # Bengali`  
`osman_hadi.initiatives(lang='e')  # English`  

**Show July Uprising & Historical Events / জুলাই বিপ্লব ও ঐতিহাসিক ঘটনা **  
`osman_hadi.july_hadi(lang='b')  # Bengali`  
`osman_hadi.july_hadi(lang='e')  # English`  

**Show Quotes & Humanitarian Activities / উক্তি ও মানবিক কার্যক্রম **  
`osman_hadi.quotes(lang='b')  # Bengali`  
`osman_hadi.quotes(lang='e')  # English`  

## Banner & Faces | ব্যানার ও মুখের আর্ট

Each module automatically prints an ASCII banner and one of Osman Hadi's faces when called. The `styles.py` file includes: `his_face1(), his_face2(), his_face3(), his_face4(), his_face5(), `. These are used internally by each module for visual effects, but can also be called independently for custom display. / প্রতিটি মডিউল কল করলে স্বয়ংক্রিয়ভাবে ASCII ব্যানার এবং ওসমান হাদির একটি মুখ দেখায়। `styles.py` ফাইলে রয়েছে: `his_face1(), his_face2(), his_face3(), his_face4(), his_face5(), `. এগুলো মডিউলগুলোর ভিজ্যুয়াল ইফেক্টের জন্য ব্যবহৃত হয়, কিন্তু স্বতন্ত্রভাবে কাস্টম ডিসপ্লের জন্যও কল করা যেতে পারে।  

## License | লাইসেন্স

This library is released under MIT License. / এই লাইব্রেরিটি MIT লাইসেন্সের অধীনে মুক্তি পেয়েছে।  

**Note:** This library is meant for educational and commemorative purposes only. / নোট: এই লাইব্রেরি শুধুমাত্র শিক্ষামূলক এবং স্মরণীয় উদ্দেশ্যে তৈরি।

---

## 🛠 সোর্স কোড এবং যোগাযোগ (Source Code & Contact)

এই লাইব্রেরিটি শহীদ ওসমান বিন হাদির স্মৃতি রক্ষার্থে তৈরি করা হয়েছে। কোনো তথ্যগত ভুল বা উন্নতির জন্য সরাসরি সোর্স কোড দেখতে পারেন অথবা আমার সাথে যোগাযোগ করতে পারেন।

**Source Code on GitHub:** [Osman_Hadi Repository](https://github.com/mahadi99900/Osman_Hadi)

### 📞 যোগাযোগের মাধ্যম (Contact Me):
- **WhatsApp & Telegram:** [+8801701902728](https://wa.me/8801701902728)
- **Email:** [islammdmahadi943@gmail.com](mailto:islammdmahadi943@gmail.com)

> "আপনার যেকোনো পরামর্শ বা তথ্য সংশোধন আমাদের জন্য গুরুত্বপূর্ণ।" 
> *"Your feedback or data corrections are highly appreciated."*


