Metadata-Version: 2.4
Name: pysearch-dictionary
Version: 0.1.0
Summary: Fast offline English-to-Hindi dictionary with automated crowdsourced word logging.
Author: Manjas Anand
Project-URL: Homepage, https://github.com/YOUR_USERNAME/pysearch-dictionary
Project-URL: Bug Tracker, https://github.com/YOUR_USERNAME/pysearch-dictionary/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pysearch-dictionary 🐍📖✨

A fast, lightweight open-source English-to-Hindi dictionary module for Python.

## Features 🌟
* ⚡ **Instant Offline Lookups**: Zero network latency for core vocabulary.
* 🤖 **Smart Crowdsourcing**: Automatically captures missing words via GitHub Issues.
* 💸 **100% Free & Open Source**: Built entirely with zero paid infrastructure.

## Installation 💻

    pip install pysearch-dictionary

## Quick Start 🚀

    import pysearch_dictionary as psd

    # Search translation
    print(psd.translate("friend"))  # Output: दोस्त
    print(psd.translate("study"))   # Output: पढ़ाई

## License 📜
Distributed under the MIT License.
