https://github.com/simplecyber/learning-tkinter
Tkinter : Learning tkinter through the basic projects
https://github.com/simplecyber/learning-tkinter
Last synced: 6 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-21T14:43:31.000Z (over 1 year ago)
- Last Synced: 2024-12-29T20:51:48.997Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 13.3 MB
- 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).