Türkçe anahtar kelimelerle Python programlama
Project description
TürkçePy
Türkçe anahtar kelimelerle Python programlama yapmanızı sağlayan bir kütüphane.
Kurulum
pip install turkcepy
Kullanım
Kısa takma ad ile:
import tr
tr.yaz("Merhaba Dünya")
print(tr.liste(1, 2, 3))
print(tr.mat_topla(5, 7))
Doğrudan paket ile:
from turkcepy import yaz, liste, mat_topla
yaz("Merhaba")
print(liste(range(3)))
print(mat_topla(2, 3))
Basit çevirici:
from turkcepy import kod_cevir, çalıştır_türkçe
py_kod = kod_cevir("yaz('selam')")
print(py_kod) # print('selam')
çalıştır_türkçe("yaz('selam')")
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
turkcepy-1.0.3.tar.gz
(6.0 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 turkcepy-1.0.3.tar.gz.
File metadata
- Download URL: turkcepy-1.0.3.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba09b7333d64664facaa8ac88df9b647cf5f688fd746c18380c2f7d4f5ddbc95
|
|
| MD5 |
3b7d46417e1a4cccebe9e793522ad7f1
|
|
| BLAKE2b-256 |
5ba9a10256d6e70a8cc55aaf6584ad3029fc9720ac3cda09bbf2838333854e60
|
File details
Details for the file turkcepy-1.0.3-py3-none-any.whl.
File metadata
- Download URL: turkcepy-1.0.3-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6722f7587e1189f23e0643f841e51b26d8fa25dffdf7f4a832ecc43c169ae1e0
|
|
| MD5 |
4620a72ccc392dde43943e36524a6ef9
|
|
| BLAKE2b-256 |
fec4486cb9004d54def83776ed4ce0f1558cc99f6d328911371ef371ce4f5b78
|