Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simplecyber/learning-tkinter

Tkinter : Learning tkinter through the basic projects
https://github.com/simplecyber/learning-tkinter

Last synced: about 1 month ago
JSON representation

Tkinter : Learning tkinter through the basic projects

Awesome Lists containing this project

README

        

## Learning Tkinter Applications

This repository showcases projects built using Python's Tkinter library, covering different GUI applications. Below are the project details with corresponding outputs.

---

### 1. **Wallpaper Viewer**
A simple app to view wallpapers in a folder and rotate through them using the "Next" button.

**Output:**
| Application Screenshot |
|-------------------------|
| Wallpaper Viewer |

---

### 2. **Calculator**
A basic calculator application supporting addition, subtraction, multiplication, and division with error handling for invalid operations.

**Output:**
| Application Screenshot |
|-------------------------|
| Calculator |

---

### 3. **News Application**
Fetches the latest news using the NewsAPI and displays news headlines, descriptions, and images. Navigate through the news using "Prev" and "Next" buttons, and read the full article via the "Read More" button.

**Output:**
| Application Screenshot |
|-------------------------|
| News Application |

---

### Repository Link
Access the code [here](https://github.com/SimpleCyber/Learning-Tkinter.git).