Band name generator using your pet name and your country
Tip Calculator using this you can divide the money you have to give with or without tip included
Treasure Island a text based adventure game
Rock,paper,scissors game where you have to play with computer
Password generator with 2 modes easy mode and hard mode and only hard mode has randomization of output so it is a hard password to crack
Hangman game you have to guess the letters in order to save the hangman if you fail he dies
Caesar Cipher an encryption program which encrypts by shifting the alphabets by the requested amount (1-45) and decodes the message by entering the shift amount you entered before
Secret Auction Program is a console-based program that simulates a secret auction where users can bid anonymously. The program keeps track of bids, displays the highest bidder and their bid at the end, and allows users to continue or stop bidding.
This is a simple calculator program that allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The program prompts the user to input two numbers and an operation symbol (+, -, *, /), and then performs the calculation and displays the result. The user can choose to continue calculating with the result or exit the program.
Blackjack Game simple implementation of the popular card game Blackjack, also known as 21.
Guess The Number is a simple number guessing game implemented in Python. The game generates a random number between 1 and 100, and the user has to guess the number within a certain number of attempts. The game has two difficulty levels: easy and hard. In the easy mode, the user has 10 attempts to guess the number, while in the hard mode, the user has only 5 attempts.
Higher Lower is a simple game where the user guesses which account has more followers between two randomly selected accounts.
This is a simple coffee machine program that allows users to order coffee drinks and pay with coins. The program keeps track of the resources available in the machine and calculates the cost of each drink
This is a coffee machine simulator that allows users to interact with a virtual coffee machine. The machine can make different types of coffee drinks, report its resources, and accept payments.
This is a simple quiz game that asks the user a series of true or false questions. The game keeps track of the user's score and displays it at the end of the game.
This project generates a piece of art inspired by a known artist using a combination of colors extracted from an image. The art is created using the Turtle graphics library in Python
Turtle-Graphics-Controller is a simple controller for the Turtle graphics library in Python. It allows the user to control the turtle's movements using keyboard inputs.
Turtle-Racing-Game is a simple turtle racing game built using the Turtle graphics library in Python. The game allows the user to place a bet on which turtle will win the race.
Snake-Game is a simple implementation of the classic Snake game using the Turtle graphics library in Python.
Pong-Game is a simple implementation of the classic Pong game using the Turtle graphics library in Python.
Turtle-Crossing-Game is a simple implementation of the classic Turtle Crossing game using the Turtle graphics library in Python.