/mini-projects

it a mini project in my learning stage

Primary LanguagePython

mini-projects

it a mini project in my learning stage

Project

No. Project Progress Link
1 Treasure iland Not much learned, just a brain teaser on how to use (inefficient) conditional statements Repo
2 Rock Paper Scissors Using Randome module learn Repo
3 Random Password Generator Learned how to shuffle within a list Repo
4 Hangman! Refresh on planning code, importing modules Repo
5 Number Guessing Game Building Progressive Guessing Number Game with Interactive Interface Repo
6 Quizz Game Quiz Game project using OOps Concepts Repo

Creating User-Friendly Projects with GUI Implementation

No. Project Progress Link
1 Google Translator GUI-Based Process with Google Translate Bot Repo
2 Turtle Race Game Turtle Race Game: Bet, Race, Win/Loss 🐢 Repo
3 Snake Game Snake game implemented using OOP & Turtles 🐢 Repo
4 Love Purposal 100 % sucessful Love Purposal Application 💖💝 Repo
5 Password Manager Securely store and manage passwords.🔒 Repo
6 StateMapper Quiz MapQuest: India State name🗺️ Repo

Google Translators Project

Install Google Translator API using this command

pip install googletrans==4.0.0-rc1

Love Purposal Project

Instal Pillow (PIL) Library using this command

pip install Pillow

Password Manager

Install pyperclip library using this command

pip install pyperclip

In this project we can use pyperclip to copy and paste text to and from our clipboard.

StateMapper Quiz

Install pandas library using this command

pip install pandas

Pandas is a powerful Python library used for data manipulation and analysis, offering data structures like DataFrame and Series for handling structured data efficiently.