Skip to main content

Convert numbers to Persian words

Project description

num2persian

PyPI version

Convert numbers to Persian words. Available in both Python and TypeScript implementations.

Installation

pip install num2persian

TypeScript Implementation

This project also includes a TypeScript implementation available in the typescript/ directory.

cd typescript
npm install
npm run build
npm test

For more information, see typescript/README.md.

Usage

Python API

import num2persian

# Convert numbers to Persian words
print(num2persian.to_words(42))        # Output: چهل و دو
print(num2persian.to_words(1234))      # Output: یک هزار و دویست و سی و چهار
print(num2persian.to_words(-567))      # Output: منفی پانصد و شصت و هفت
print(num2persian.to_words("890"))     # Output: هشتصد و نود

Command Line

# Convert a number to Persian words
num2persian 2025

# Show version
num2persian --version

# Show help
num2persian --help

Features

  • Convert integers and decimal numbers (positive, negative, and zero) to Persian words
  • Accept string inputs that can be converted to numbers
  • Proper Persian grammar with correct "و" (and) placement
  • Support for very large numbers with scientific notation fallback
  • Decimal numbers with appropriate Persian suffixes (دهم, صدم, هزارم, etc.)
  • Command-line interface
  • Comprehensive test coverage

Examples

from num2persian import to_words

# Basic numbers
to_words(0)      # "صفر"
to_words(15)     # "پانزده"
to_words(100)    # "یکصد"

# Compound numbers
to_words(123)    # "یکصد و بیست و سه"
to_words(2025)   # "دو هزار و بیست و پنج"

# Large numbers
to_words(1000000)    # "یک میلیون"
to_words(1000000000) # "یک میلیارد"

# Decimal numbers
to_words(3.14)   # "سه ممیز چهارده صدم"
to_words(0.5)    # "صفر ممیز پنج دهم"
to_words(1.234)  # "یک ممیز دویست و سی و چهار هزارم"
to_words(12.25)  # "دوازده ممیز بیست و پنج صدم"

# Negative numbers
to_words(-42)    # "منفی چهل و دو"

Development

Setup

# Clone the repository
git clone https://github.com/yourusername/num2persian.git
cd num2persian

# Create virtual environment
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install in development mode
pip install -e .

Testing

# Run tests
pytest

# Run tests with coverage
pytest --cov=persian_numbers

Building

# Build wheel and source distribution
python -m build

# Install build dependencies
pip install build twine

# Upload to TestPyPI (replace with actual credentials)
twine upload --repository testpypi dist/*

# Upload to PyPI (replace with actual credentials)
twine upload dist/*

License

MIT License - see LICENSE file for details.

Contributing

Contributions are welcome! This project includes both Python and TypeScript implementations:

  • Python: Located in the root directory
  • TypeScript: Located in the typescript/ directory

Both implementations are tested in CI. Please feel free to submit a Pull Request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

num2persian-0.2.0.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

num2persian-0.2.0-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file num2persian-0.2.0.tar.gz.

File metadata

  • Download URL: num2persian-0.2.0.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for num2persian-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3d739225c14bd7e7c3a043fb9b1cf8feb8cf820f69bd734f6347b179475af0be
MD5 3cc35d372c6c75f53c6ab50b258252d9
BLAKE2b-256 c79ab4f72c10e47522e3589c9b458e426a0894f99049ce80966b6707cf1681cf

See more details on using hashes here.

File details

Details for the file num2persian-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: num2persian-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for num2persian-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1fc65e5cf0182d6cb6310a2da11586660de67f3d9a4206ee302d31b55f685426
MD5 4e7d626dfb2ad9ad3f5674ebddda1099
BLAKE2b-256 ea7aaa887cffc912f8888bc37ba41d166b978b6e072b98de9d41451239a29176

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page