Welcome to my Python projects repository! This repository contains two simple Python projects: a digital clock and a tic-tac-toe game.
The Digital Clock project is a simple clock application built using Python language. It displays the current time and updates every second.
- Displays the current time in HH:MM:SS format
- Updates every second
The Tic-Tac-Toe Game project is a simple implementation of the classic tic-tac-toe game using Python's Tkinter library. It allows two players to play the game on the same computer.
- Two-player game
- Displays a message when the game ends in a win or draw
- Clone the repository:
git clone https://github.com/your-username/python-projects.git cd python-projects