Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 2.4 KB

README.md

File metadata and controls

86 lines (54 loc) · 2.4 KB

Tkinter-Mini-Projects

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!


Projects Included

1. Tic-Tac-Toe Game

A classic two-player game with a simple and intuitive interface.

Tic-Tac-Toe Game 1 Tic-Tac-Toe Game 2

2. Character Counter

A simple app that counts the number of characters in a given text input.

Character Counter


3. Miles to Kilometers Converter

A utility app that converts distances from miles to kilometers.

Miles to Kilometers Converter


Features

  • 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.

How to Use

  1. Clone the repository:

    git clone https://github.com/Sa3d-Ka/Tkinter-Mini-Projects.git
    cd Tkinter-Mini-Project
  2. Navigate to a project folder and run the Python script:

    python tic_tac_toe.py

Dependencies

  • Python 3.x
  • Tkinter (comes pre-installed with Python)

Contributing

Contributions are welcome! If you'd like to improve the projects, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeatureName).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeatureName).
  5. Open a pull request.

License

This project is open-source and available under the MIT License.