Skip to main content

Convert numbers to Persian words

Project description

num2persian

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 (positive, negative, and zero) to Persian words
  • Accept string inputs that can be converted to integers
  • Proper Persian grammar with correct "و" (and) placement
  • Support for very large numbers with scientific notation fallback
  • 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) # "یک میلیارد"

# 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.1.0.tar.gz (6.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.1.0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: num2persian-0.1.0.tar.gz
  • Upload date:
  • Size: 6.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.1.0.tar.gz
Algorithm Hash digest
SHA256 d634e55fc6bbd39d2662dd969416c7ee274aaae0385515c92282f74c0000e3fc
MD5 19a219281d554ad2e73b831db1fe1890
BLAKE2b-256 665159c8e673e35ee3dd66d42d16ddbc4184c88635e031a2e02c8c2e79790550

See more details on using hashes here.

File details

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

File metadata

  • Download URL: num2persian-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.5 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 299f6270538e1578ca1dcb022cc54c7e5901592c240384f5838c678c84df9626
MD5 c8d078f5b163054764c59c2f3f4dba75
BLAKE2b-256 bd4739946cddad010d83c6f66c807ca306182bf78debc0dba90c9ae8e013de92

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