Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simplecyber/learning-tkinter
- Owner: SimpleCyber
- Created: 2024-12-21T14:33:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-21T14:43:31.000Z (about 1 month ago)
- Last Synced: 2024-12-21T15:29:57.108Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news_app/news.py
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 |
|-------------------------|
| |---
### 2. **Calculator**
A basic calculator application supporting addition, subtraction, multiplication, and division with error handling for invalid operations.**Output:**
| Application Screenshot |
|-------------------------|
| |---
### 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 |
|-------------------------|
| |---
### Repository Link
Access the code [here](https://github.com/SimpleCyber/Learning-Tkinter.git).