Skip to main content

Convert numbers to Persian words

Project description

num2persian

PyPI version npm version

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

📖 فارسی بخوانید Persian

Installation

pip install num2persian

TypeScript Implementation

This project also includes a TypeScript implementation available as an NPM package.

npm install persian-number-words

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 proper Persian word naming
  • 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)      # "یک میلیارد"
to_words(1000000000000)   # "یک تریلیون"

# 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-2.0.0.tar.gz (9.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-2.0.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for num2persian-2.0.0.tar.gz
Algorithm Hash digest
SHA256 d909acc44309f4a04086a84c5bb1612e943c808658f1b3f042da47e7a3d5631d
MD5 6b68bd32a950e4a08c29d7613a9f08c0
BLAKE2b-256 442be937f9784e7317ab974c1f3da3523b03e140e874db9e4e22081f8208ccee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for num2persian-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 508cc1be2535a791d2db3df99df088e0a46c27ca4888cfbf66d1c591a86ee182
MD5 401e2fb5f0f9777612d15d00f056859b
BLAKE2b-256 37630af7f18f5540cc8f40b16e845468697c70b1946a2bc84ed8129211f5ebc5

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