Mini_Python_Projects
Mini_Python_Projects copied to clipboard
Contribute to add more projects😁
This pull request introduces an AI Background Remover project — a lightweight image background removal tool built using Python, featuring both a GUI (Streamlit) and a command-line interface for developers....
Description: Create a Python tool that automatically fetches and summarizes the top trending posts or topics from specified subreddits (like r/learnprogramming, r/science, r/india, or r/anime). Use the Reddit API and...
Description: Create a Python desktop or CLI tool that organizes, tags, and searches local Markdown (.md) notes. The user can add, edit, tag, and search notes easily, making it perfect...
Closes https://github.com/RK1905101/Mini_Python_Projects/issues/303 Hi @RK1905101 👋, I’ve added a new project titled **“AI Commit Generator using the Flan-T5 Model.”** It’s a simple yet useful addition that demonstrates offline AI capabilities in...
**Description**: Implement a basic Python script that shortens long URLs using the pyshorteners library (TinyURL service). This feature allows users to input a URL and receive a shortened version that...
🎮 Project Overview Hey folks! 👋 I’ve built a Ping Pong Game using Python’s turtle module 🐢 — a simple, interactive, and exciting two-player game that showcases basic game development...
### 📋 Overview Writing meaningful Git commit messages is often skipped or done poorly. This project automates commit message generation by summarizing code changes with a **small, offline LLM** the...
## Issues in Game WordLadder 1. **Repeated API calls** in `is_valid_word()` cause slow gameplay and potential rate-limit errors also cause create a delay after inputting the word. 2. **Program crashes**...
# Overview A CLI-based Minesweeper Game, where users have custom boards and random mines just like the classic minesweeper game in the windows, but now in the terminal. ## Features...
This password manager can generate passwords, and the generated passwords will be automatically copied in our clipboard, so that we can directly paste it anywhere we want, and it can...