Türkçe destekli renkli terminal kütüphanesi - spinner, progress bar, menü, tablo ve daha fazlası
Project description
turkterm 🇹🇷
Türkçe destekli, renkli ve eğlenceli terminal kütüphanesi. Termux ve Pydroid3 ile tam uyumlu.
Kurulum
pip install turkterm
Özellikler
- 🎨 Renkli yazı yazdırma
- 🔄 Spinner (yükleme animasyonu)
- 📊 Progress bar (ilerleme çubuğu)
- 📦 Kutu içinde yazı
- 📋 Tablo gösterme
- 📜 İnteraktif menü
- 🇹🇷 Türkçe karakter düzeltici
- ✓ Bilgi/Hata/Başarı mesajları
Hızlı Başlangıç
import turkterm as tt
# Renkli yazı
tt.yaz("Merhaba Dünya!", renk="yesil", kalin=True)
# Mesajlar
tt.basari("İşlem tamamlandı!")
tt.hata("Bir şeyler yanlış gitti")
tt.uyari("Dikkatli ol!")
tt.bilgi("Bilgilendirme mesajı")
# Kutu
tt.kutu("Bu yazı çerçeve içinde", renk="mavi")
# Tablo
tt.tablo(
["İsim", "Yaş", "Şehir"],
[["Ali", 25, "İstanbul"], ["Ayşe", 30, "İzmir"]]
)
# Menü
secim = tt.menu("Ne yapmak istersin?", ["Başla", "Ayarlar", "Çıkış"])
# Progress bar
import time
for i in range(101):
tt.ilerleme(i, 100, "İndiriliyor")
time.sleep(0.02)
# Spinner
with tt.Spinner("Veriler yükleniyor..."):
time.sleep(3)
Lisans
MIT
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
turkterm-0.1.0.tar.gz
(5.6 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 turkterm-0.1.0.tar.gz.
File metadata
- Download URL: turkterm-0.1.0.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eaf2e70f0429c9dd0836017f968277323a2b898bbb8f6c90d018af6089df14b
|
|
| MD5 |
19062a7d6be09ad876c6f04741903c55
|
|
| BLAKE2b-256 |
22ec497edb976ce44796ab1e93d86cc7bbcbd466b5d4882d662af5a4d3a6c190
|
File details
Details for the file turkterm-0.1.0-py3-none-any.whl.
File metadata
- Download URL: turkterm-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
639fb48cb02bf4b961351417e24ae9c0136a264e3ecc48fc0dd7410a13cb297f
|
|
| MD5 |
cce7b62ee178a0bc47fce0d5d260af4f
|
|
| BLAKE2b-256 |
063df434d8effffaf3a5c638fde10e220b0d8164645dc34b82b8de47b6acd081
|