/python-GUI-applications-

Python projects using Tkinter library

Primary LanguagePython

python-GUI-applications-

Python projects using Tkinter library.

loginExample.py:

simple UI for a simple login page, training for using Tkinter, hint: user name: admin , password: 1234.

TicTacToeGame.py:

the famous tic-tac-toe game implented using Tkinter library.

break_time.py:

A desktop application that asks you to enter a specified number of hours that you are going to use the computer then after the period is finished the program prompt you to take a break and locks the computer.