Skip to main content

To Make Easy Tkinter Entry Validations

Project description

To Make Easy Tkinter Entry Validations

Example :

from tkinter import *

from EasyTkValidations.Validations import EntryValidation

root = Tk()

root.geometry('500x450')

e1 = Entry(root)

e1.place(x=0, y=0)

EntryValidation(entry_widget=e1, entry_placeholder='Enter Value', s=1)

s = 1 : Accept String Values is True.

root.mainloop()

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

EasyTkValidations-0.0.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

EasyTkValidations-0.0.3-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

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