I am a beginner and started using Tkinter. I have 2 entries. For one I only want to allow a 3digit number, no spaces or anything. The other is only allow numbers and letters but limit it to 7 characters again no spaces. How could I do this. Thanks. I am using Python 2.7.
Asked
Active
Viewed 2,579 times
1 Answers
2
Here is the documentation describing one possible solution. Read it, try writing some code, and if it doesn't work, come back with the code and the errors/problems and we can help you.

Minion Jim
- 1,239
- 13
- 30

Brionius
- 13,858
- 3
- 38
- 49