A collection of small, beginner-friendly GUI projects built using Python's Tkinter library. Each project demonstrates different aspects of GUI development, from basic widgets to interactive applications. Perfect for learning and practicing GUI programming in Python. Contributions are welcome!
A classic two-player game with a simple and intuitive interface.
A simple app that counts the number of characters in a given text input.
A utility app that converts distances from miles to kilometers.
- Beginner-Friendly: Easy-to-understand code with comments and explanations.
- Modular Design: Each project is self-contained and can be run independently.
- Interactive: Demonstrates how to create responsive and user-friendly GUIs.
- Open Source: Feel free to use, modify, and contribute to the projects.
-
Clone the repository:
git clone https://github.com/Sa3d-Ka/Tkinter-Mini-Projects.git cd Tkinter-Mini-Project
-
Navigate to a project folder and run the Python script:
python tic_tac_toe.py
- Python 3.x
- Tkinter (comes pre-installed with Python)
Contributions are welcome! If you'd like to improve the projects, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeatureName
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeatureName
). - Open a pull request.
This project is open-source and available under the MIT License.