Python Tutorials

python mad libs generator game 23

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...

python rock paper scissor 13

Python Rock Paper Scissors Game

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...

33

Convert Text to Speech in Python

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...

python message encode decode 20

Message Encode Decode in Python with Tkinter

Python Message Encode-Decode – Secure your Information by Encoding the messages Encoding is the process that transforms the text or information to the unrecognizable form and decryption is the process to convert the encrypted...

python password generator 20

Python Password Generator Project

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...