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.1.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.1.tar.gz.
File metadata
- Download URL: turkcepy-1.0.1.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 |
fa7071ca51bf8b91118424067328f49e1949b35459eee04505fb03185101a974
|
|
| MD5 |
3c603ace5520041a048277e219fc8882
|
|
| BLAKE2b-256 |
a7e834045c54e9355c5ea6820f0a54af2c9c649709c6e2eefc49df765662f742
|
File details
Details for the file turkcepy-1.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: turkcepy-1.0.1-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 |
67f9d33eeddb3cda1e5aee71e45f8609e59c38c1b5b0697b2f386c85f3af5cf6
|
|
| MD5 |
679a5327299fa35055d36f449cc9b996
|
|
| BLAKE2b-256 |
1beb7446501622e62c4e6dd490e60460ec893b5c06e1e7912adc08540bcbcc54
|