Skip to main content

بسم الله الرحمن الرحيم والصلاة و السلام على رسول الله خير المرسلين

Project description

من خلال هذه المكتبة يمكن صناعة زر حديث الشكل مع امكانية تغيير لون و مظهر الزر وكذلك تغيير لون النص للزر بالاضافة إلى امكانية تكبير وتصغير الزر مع امكانية حفظ موقع الزر طبعا باستخدام مكتبة الت كينتر في لغة بايتون , في الاسفل يوجد مثال يمكن الاستعانة به

Through this library, you can make a real modern button in Tkinter Python, it has the ability to change the style and color of the button, in addition to saving the position of the button with the ability to zoom in and out of the button.

Usage: Copy the code to try طريفة الاستخدام: يرجى نسخ الرمز للمحاولة

from tkinter import *

from modernbutton import *

window=Tk()

window.geometry("800x400")

window.title("CodeTest Modern Button Designer")

btn1 = addMButton(window,30,30,"Button 1")

btn2 = addMButton(window,30,80,"Button 2")

btn3 = addMButton(window,30,130,"Button 3")

btn4 = addMButton(window,30,180,"Button 4")

btn5 = addMButton(window,30,230,"Button 5")

loadwidgetsprop(window)

window.protocol("WM_DELETE_WINDOW", lambda : RegisterData(window))

mainloop()

Installation طريقة الاعداد

You can install modernbutton using : pip install Yousra

open CMD prompt and type: pip install Yousra

Project details


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.

Yousra-0.0.1-py3-none-any.whl (53.3 kB view details)

Uploaded Python 3

File details

Details for the file Yousra-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: Yousra-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 53.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for Yousra-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a9b9ed5242cc78ff136772d7b51258eb7ee9d5dcb07eff28ffaab88cbbeefd43
MD5 94d37cbeecb32bd0baea620c85de4039
BLAKE2b-256 1d3ff9af615f318da3508032f2a29257cfa8b1382519398602792b1009bdbe0a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page