Python Mad Libs Generator Game
Mad libs generator is a fun game that is usually played by kids. In this python game user has to enter substitutes for blanks in the story without knowing the story. It will be...
Mad libs generator is a fun game that is usually played by kids. In this python game user has to enter substitutes for blanks in the story without knowing the story. It will be...
Rock paper scissors game is also known as stone paper scissors. It is a hand game that is usually played between 2 people, each player can randomly form any one of three from their...
Work on an intermediate level python django project – Online Job Portal in Python The objective of this python project is to develop an online portal where recruiters can post job requirements, they can...
Learn how to convert your Text into Voice with Python and Google APIs Text to speech is a process to convert any text into voice. Text to speech project takes words on digital devices...
Learn how to create a random password generator in Python. We know that passwords are a real security threat. For keeping the accounts safe from hacking, one needs to have strong passwords that no...
In this article, we will develop a Django project – Calorie Calculator. This is a nice intermediate level project to master Django and Python What is a Calorie Calculator? ”Health is wealth” Obviously, you...
Snake and Ladders, Ludo and Checkers, are the most favorite games of all time. But, it feels terrible when you drop the plan of playing just because you couldn’t find the dice. So, here...
Work on a real-time Python Django Project – Discussion Forum What is a Discussion Forum? Discussion Forum is nothing but a place (in our case a website) that enables us to post our views...
Work on one of the most popular python projects – Library Management System A library management system keeps track of the books present in the library. It is an important piece of software which...