Skip to main content

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

saad_tin-0.1.0-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

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

Hashes for saad_tin-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3fbb91df8def0508170a1319ab81def91175e43d672dca920301489049de8139
MD5 a9dadad602789568041c51dadb847875
BLAKE2b-256 fbf3112ed945b4d28fd8bcb8bfb8264f9fe5a09b0451a32fc77327dbe876cfda

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.0 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page