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
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
Built Distribution
File details
Details for the file EasyTkValidations-0.0.3.tar.gz
.
File metadata
- Download URL: EasyTkValidations-0.0.3.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d944f785d0d22051c56d22b9fdbc3c3a56f43d921b8cd3dc4703a90f3f2bf20 |
|
MD5 | 9994439883f0ac3176befaf54be6cb20 |
|
BLAKE2b-256 | aa977448b7ce6b9832db841684756c377ee15bb1fc591e58e5de31e935df15c5 |
File details
Details for the file EasyTkValidations-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: EasyTkValidations-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 231e2d961a9ceb30d9ec8248ebb94f9c07d16b99b94a1bc1b995f308d89edd0c |
|
MD5 | 01bd8b2adbdbac586c17eb3952184d56 |
|
BLAKE2b-256 | abcb7f9aea9733c8c415162701d980e71e01a5daf4841dc4505ccb50b21c51df |