Higher Lower Game in Python
A game in Python in which the user has to guess which has a higher number of followers, and it displays the scores. This game continues until a wrong answer is given, at which point a humorous remark is made […]
Guess The Number in Python
The player has 10 guesses for the easy level, 5 guesses for the hard level, and 3 guesses for the extreme level to correctly guess a number between 1 and 50, and the program indicates whether each guess is too […]
Blackjack in Python
A simple Blackjack game in Python, covering key concepts like lists, functions, conditional and loops. Language/Platforms: Python, PyCharm Screenshots Youtube Github
Calculator in Python
Create a simple calculator that can add, subtract, multiply or divide depending upon the input from the user. Language/Platforms: Python, PyCharm Screenshots Youtube Github
Silent Auction in Python
A silent auction is a fundraiser where people bid on items without an auctioneer calling out prices. Instead of shouting bids, folks write them down or enter them digitally, usually on paper bid sheets or through mobile bidding software. Language/Platforms: […]








