{"id":25531916,"url":"https://github.com/m-ah07/tafqit-python","last_synced_at":"2026-02-10T03:03:42.362Z","repository":{"id":266001262,"uuid":"897080970","full_name":"m-ah07/tafqit-python","owner":"m-ah07","description":"A Python-powered service that converts numbers into words, supporting multiple languages.","archived":false,"fork":false,"pushed_at":"2025-02-15T07:18:19.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-22T11:36:10.657Z","etag":null,"topics":["number-conversion","number-to-words","numeric-processing","open-source","open-source-python","python","python-library","python-tools","software-development","text-generation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m-ah07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-02T01:41:16.000Z","updated_at":"2025-02-15T07:18:23.000Z","dependencies_parsed_at":"2025-05-22T11:47:27.951Z","dependency_job_id":null,"html_url":"https://github.com/m-ah07/tafqit-python","commit_stats":null,"previous_names":["marwan-ahmed-23/tafqit-python","m-ah07/tafqit-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m-ah07/tafqit-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftafqit-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftafqit-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftafqit-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftafqit-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m-ah07","download_url":"https://codeload.github.com/m-ah07/tafqit-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m-ah07%2Ftafqit-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29289899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T02:32:08.756Z","status":"ssl_error","status_checked_at":"2026-02-10T02:30:31.937Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["number-conversion","number-to-words","numeric-processing","open-source","open-source-python","python","python-library","python-tools","software-development","text-generation"],"created_at":"2025-02-20T01:42:16.994Z","updated_at":"2026-02-10T03:03:42.346Z","avatar_url":"https://github.com/m-ah07.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tafqit (Python):  Convert Numbers to Words in Arabic\n\nTafqit-Python is a lightweight and modular Python service designed to convert numerical values into their textual representation. The service currently supports Arabic and English and offers a flexible foundation for extending to additional languages.\n\n---\n\n## 🚀 Features\n\n- **Multi-Language Support:** Out-of-the-box support for Arabic and English.\n- **Arabic Number Conversion:** Converts integers into grammatically correct Arabic words.\n- **Customizable:** Modular design for adding support for other languages.\n- **Lightweight and Efficient:** Designed with simplicity and performance in mind.\n\n\n## ⚙️ Requirements\n\n- Python 3.6 or higher.\n\n\n## 🔧 Installation\n\nTo use Tafqit-Python, clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/m-ah07/tafqit-python.git\ncd tafqit-python\n```\n\n\n## 📖 Usage\n\nHere’s a simple example of how to use Tafqit-Python:\n\n```bash\nfrom src.tafqit import Tafqit\n\n# Create an instance of the Tafqit class\ntafqit = Tafqit()\n\n# Convert a number to Arabic text\nnumber = 12345\narabic_result = tafqit.convert_to_words(number, language=\"ar\")\nprint(f\"Number in Arabic: {arabic_result}\")\n\n# Convert a number to English text\nenglish_result = tafqit.convert_to_words(number, language=\"en\")\nprint(f\"Number in English: {english_result}\")\n```\n\n\n## 📂 Directory Structure\n```plaintext\ntafqit-python/\n├── src/\n│   ├── tafqit.py\n│   └── __init__.py\n├── examples/\n│   └── example.py\n├── tests/\n│   └── test_tafqit.py\n├── LICENSE\n├── README.md\n└── requirements.txt\n```\n\n## Tests\n\nRun the following command to execute the tests:\n\n```bash\npytest tests/test_tafqit.py\n```\n\n## 🛠️ Contributing\n\nContributions are welcome! Here's how you can get involved:\n\n- Fork the repository.\n- Create a new branch `git checkout -b feature-branch`.\n- Commit your changes `git commit -m \"Add new feature\"`.\n- Push to the branch `git push origin feature-branch`.\n- Open a Pull Request.\n\n## 🌟 Show Your Support\nIf you found this project helpful, please consider giving it a ⭐ on GitHub. Your support means the world to us!\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Ftafqit-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm-ah07%2Ftafqit-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm-ah07%2Ftafqit-python/lists"}