Coffee Machine Using OOP in Python
Implementing a coffee machine using Object-Oriented Programming (OOP) in Python involves creating different classes to manage specific functionalities like the menu, resources, and money, demonstrating core OOP principles such as encapsulation and abstraction. Language/Platforms: Python, PyCharm Screenshots Youtube Github
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








