This repository contains solutions to programming exercises and projects focused on learning Python. It specifically covers working with the tkinter, easygui, and Pillow modules. Additionally, it includes a terminal-based game, "Rock, Paper, Scissors," and a collection of basic Python scripts.
- Tkinter exercises: Projects demonstrating GUI development using the
tkinterlibrary. - EasyGUI exercises: Simple GUI applications created with the
easyguimodule. - Pillow exercises: Image processing tasks and projects using the
Pillowlibrary. - Terminal game: A command-line "Rock, Paper, Scissors" game implemented in Python.
- Other python codes: Basic Python scripts that do not use any external modules.
tkinter/: Directory containing solutions and examples using thetkintermodule.easygui/: Directory with projects built usingeasygui.pillow/: Directory for image processing tasks usingPillow.other/: Directory containing plain Python scripts without external modules.К_5з4у_hedgehog_quest.py: Python script for the terminal-based "Rock, Paper, Scissors" game.
-
Clone the Repository:
git clone https://github.com/account_username/repository_name.git
-
Navigate to the Project Directory:
cd repository_name -
Ensure Required Modules Are Installed: Before running scripts that use external libraries, ensure the necessary Python modules are installed:
pip install tkinter easygui pillow
-
Run the Script: Open the appropriate
.pyfile in a text editor or IDE, then run it with Python. For example:python3 К_5з4у_hedgehog_quest.py
- Python: The primary programming language for all tasks.
- Tkinter: For building graphical user interfaces.
- EasyGUI: For simple GUI applications.
- Pillow: For image processing.



