Serbian language adaptations and utility functions for Python programming
Project description
Serbian Python (Work in Progress)
A Python library providing Serbian language adaptations and utility functions for educational programming.
Features
- ispiši() - Serbian adaptation of print()
- input_tekst() - Serbian adaptation of input() for text input
- input_broj() - Serbian adaptation for number input
- unos_lista_sa_razmacima() - Input list with space-separated values
- unos_tuple_sa_razmacima() - Input tuple with space-separated values
- unos_set_sa_razmacima() - Input set with space-separated values
- unos_dict_sa_razmacima() - Input dictionary with key:value pairs
Installation
py -m pip install serbian-py
Usage
from serbian_py import ispiši, input_broj, input_tekst
# Print text in Serbian style
ispiši("Zdravo!")
# Get numeric input
broj = input_broj("Unesite broj: ")
# Get text input
tekst = input_tekst("Unesite tekst: ")
License
MIT License - see LICENSE file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
serbian_py-0.1.0.tar.gz
(3.1 kB
view details)
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 serbian_py-0.1.0.tar.gz.
File metadata
- Download URL: serbian_py-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b77b1f26cc22683608ee7af8953442139428293ee94f1819ec3c018b3de8421
|
|
| MD5 |
744b6e1899f04a78335c89ebc5bb66c5
|
|
| BLAKE2b-256 |
d8232c592cbd5e9d90a6ece304e9ee83a4ca0f2716465e76cee4752146d45f20
|
File details
Details for the file serbian_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: serbian_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b6a2fd7541914151729a12cace2e5fab11fe3ad92ae281d80b5a315ea320a0f
|
|
| MD5 |
bbf4c25f0c55d57c0d186bea6db6a218
|
|
| BLAKE2b-256 |
1e8028daea5e0c2da751580f90b9d9d8817e96bf3f82e53174afc218f995ce18
|