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.0.tar.gz
(5.9 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.0.tar.gz.
File metadata
- Download URL: turkcepy-1.0.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3701133fcc5480bfe458abbc52f39af153d23fbec649d9229885129c445191c
|
|
| MD5 |
5e1d887fdb0e5265fe22dd9ea21a33cc
|
|
| BLAKE2b-256 |
80bf0b9325cc59f6e975ee93c6c37fc5c465679f3f0a357eaf0fefcd574dddd3
|
File details
Details for the file turkcepy-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: turkcepy-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74bb5487571fada96d65604cf3cd763a0218ab34f3bad93152370c2e387cd16f
|
|
| MD5 |
eaf1ed295606811630191bddd7abcd47
|
|
| BLAKE2b-256 |
ebacd42839550a792640b9c5140b832ca4c6618629b6d7681559435bd48ba770
|