A simple name generator library
Project description
neym
A simple Turkish name generator library.
Description
neym is a lightweight Python library that generates random Turkish names. It's perfect for testing, data generation, and any application that needs authentic Turkish names.
Installation
Install from PyPI:
pip install neym
Or install from the local repository:
pip install .
Usage
Generate a Random Turkish Name
from generators.name_generator import generate_turkish_name
name = generate_turkish_name()
print(name) # Generates a random Turkish name
Get All Available Names
from core.randomizer import names
all_names = names()
print(len(all_names)) # Total number of names
print(all_names[:5]) # First 5 names
Features
- 📚 Comprehensive list of Turkish names
- 🎲 Random name generation
- 🔧 Simple and easy-to-use API
- 🐍 Pure Python, no external dependencies
Requirements
- Python >= 3.8
Project Structure
neym/
├── core/
│ ├── __init__.py
│ ├── randomizer.py # Core name loading functionality
│ └── names.txt # Turkish names database
├── generators/
│ ├── __init__.py
│ └── name_generator.py # Random name generation
├── pyproject.toml
└── README.md
License
MIT
Author
Developed by Arif
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file neym-0.1.0.tar.gz.
File metadata
- Download URL: neym-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aca70dd157bc2ac7575a908a00d49e7449f0ae61564a86dd6976eb401e860a42
|
|
| MD5 |
c4f570af0970437faa78dcb0d62b81c3
|
|
| BLAKE2b-256 |
a9ab5b5245358941a4742c8af834dbd7b914f38651b1be15192bc6d67ba3e4db
|
File details
Details for the file neym-0.1.0-py3-none-any.whl.
File metadata
- Download URL: neym-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
483ffd280393c11f0300344f56f6c952de30a04d9bbb2fbd562b8ebb661ffac9
|
|
| MD5 |
50914ffd62c8a5ac9c25912ac1f62217
|
|
| BLAKE2b-256 |
6a056b96d17156f0e225041adc23db888f32a49dd19c5aa2e5964edb8e94a248
|