saad-tin
حزمة Python خفيفة باسم saad_tin تعيد تصدير واجهة tkinter تحت اسم SAAD، وتوفر بعض الأسماء العربية الاختيارية.
الاستخدام
from saad_tin import Tk, Label, Button
window = Tk()
window.title("SAAD")
Label(window, text="مرحبًا من SAAD").pack(padx=20, pady=10)
Button(window, text="إغلاق", command=window.destroy).pack(pady=10)
window.mainloop()
ويمكن استخدام الأسماء العربية:
from saad_tin import نافذة, نص, زر
window = نافذة()
نص(window, text="أهلًا بك").pack()
زر(window, text="إغلاق", command=window.destroy).pack()
window.mainloop()
التثبيت
python -m pip install saad-tin
تنبيه المنصات
هذه الحزمة غلاف لـ Tkinter ولا تعيد تنفيذ محرك الواجهات الرسومية. لذلك يجب أن يكون tkinter مثبتًا ومدعومًا في Python ونظام التشغيل. قد لا يتوفر Tkinter افتراضيًا في Pydroid 3 أو Termux، وقد تحتاج إلى بيئة سطح مكتب أو حزمة دعم إضافية. الحزمة نفسها بلا اعتماديات خارجية.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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 saad_tin-0.1.0-py3-none-any.whl.
File metadata
- Download URL: saad_tin-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fbb91df8def0508170a1319ab81def91175e43d672dca920301489049de8139
|
|
| MD5 |
a9dadad602789568041c51dadb847875
|
|
| BLAKE2b-256 |
fbf3112ed945b4d28fd8bcb8bfb8264f9fe5a09b0451a32fc77327dbe876cfda
|