grapeJUICE1 / python-mini-projects

Mini python projects ╮(╯3╰)╭ ...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Mini Projects

The repository contains mini python projects ╮(╯3╰)╭ ...

Mini Projects

Name Description Repl-Link
Password Generator This script asks for number of characters , numbers , symbols u want in ur password and generate it for you... https://repl.it/@GrapeJUICE/Python-Password-Generator
Number Guessing A script which generates a number between 1 to 100 and let the user guess it... https://repl.it/@GrapeJUICE/Number-Guessing-Game
Rock Paper Scissor Lizard Spock A simple rock , paper ,scissor,lizard,spock game made in python https://repl.it/@GrapeJUICE/rock-paper-scissor-lizard-spock#main.py
Hangman A word guessing game script https://repl.it/@GrapeJUICE/HANGMAN-Python#main.py
Hand-cricket The script tries to replicate handcricket..Which is a game where u play cricket using hands.. https://repl.it/@GrapeJUICE/Handcricket-Python
Sudoku Solver This script solves a valid sudoku board using the backtracking algorithm https://repl.it/@GrapeJUICE/Sudoku-Solver
Blackjack This script basically tries to replicate blackjack https://repl.it/@GrapeJUICE/BLACKJACK#main.py
Weather Script A script which scrapes data from google and shows weather data of a city https://replit.com/@GrapeJUICE/MuddyRubberyInstances#main.py
Snake Game A snake game made using pygame, I also wrote a blog post which was about pygame where we made this game ,check that out here https://repl.it/@GrapeJUICE/Sudoku-Solver
Alarm clock with GUI Simple alarm clock with GUI made with tkinter... The repl may not work but you can try.. A point to note is that it uses winsound which only works on windows.. If you are on mac and linux , you may have to use another library for sound... https://repl.it/@GrapeJUICE/Alarm-Clock#main.py
Currency Converter with GUI Currency converter with gui made with python and tkinter... It scrapes content from https://www.iban.com/exchange-rates and gets necessary information for currency conversion... https://repl.it/@GrapeJUICE/SlategraySaneGraphicslibrary#main.py

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.