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()
Release files for EasyTkValidations 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| EasyTkValidations-0.0.3.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| EasyTkValidations-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / EasyTkValidations-0.0.3.tar.gz
| Download URL | EasyTkValidations-0.0.3.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0d944f785d0d22051c56d22b9fdbc3c3a56f43d921b8cd3dc4703a90f3f2bf20
|
|
BLAKE2b-256 checksum How to use checksums |
aa977448b7ce6b9832db841684756c377ee15bb1fc591e58e5de31e935df15c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|
Release files / EasyTkValidations-0.0.3-py3-none-any.whl
| Download URL | EasyTkValidations-0.0.3-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
231e2d961a9ceb30d9ec8248ebb94f9c07d16b99b94a1bc1b995f308d89edd0c
|
|
BLAKE2b-256 checksum How to use checksums |
abcb7f9aea9733c8c415162701d980e71e01a5daf4841dc4505ccb50b21c51df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.7
|