https://github.com/ishanoshada/yantra-patterns
A package to generate yantras with Sinhala and English text.
https://github.com/ishanoshada/yantra-patterns
pypi python sinhala sinhala-yantra yantra yantras
Last synced: 4 months ago
JSON representation
A package to generate yantras with Sinhala and English text.
- Host: GitHub
- URL: https://github.com/ishanoshada/yantra-patterns
- Owner: Ishanoshada
- Created: 2025-01-30T12:46:18.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T01:12:49.000Z (6 months ago)
- Last Synced: 2025-06-09T08:38:21.521Z (4 months ago)
- Topics: pypi, python, sinhala, sinhala-yantra, yantra, yantras
- Language: Python
- Homepage: https://pypi.org/project/yantra-patterns/
- Size: 1.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yantra Patterns
A Python package for generating yantras with Sinhala and English text.## **Installation**
Install using `pip` after building the package:
```sh
pip install yantra_patterns
```## **Usage**
### **Sinhala Yantra**
```python
from yantra_patterns import sinhalasinhala.protactive_yantra("sinhala_yantra.png")
```
### **English Yantra**
```python
from yantra_patterns import englishenglish.protactive_yantra("english_yantra.png")
```
## **Features**
- Generates **protective yantra patterns**
- Supports **Sinhala and English text**
- Uses **Pillow (PIL) for image generation**
- Includes **custom fonts for Sinhala text**## **Requirements**
- Python 3.6+
- `Pillow`
- `numpy`**Repository Views** 