The projects included in this repository are straightforward and easy to code. Beginners can start of with these projects to develop their skills. Following are some of the undertaken projects:
-
Password Generator: In this project you will create a program to generate passwords for you,using the random module in Python3.
-
Guess Game : In this project you will create a guessing game,in which user make attempts to identify the number chosen by the computer.
-
Tic Tac Toe Game : This is a two player based "tic tac toe game", using various Python modules.
-
Credit Card Validator : Simple implementation of the "Luhn Algorithm" or Mod 10 Algorithm, verifies a valid credit card number.