Skip to content

preetpalsinghspat/Python-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-projects

List of all the python basic projects that i have completed you can also try it yourself (click on the name of the project to go to the file and run it yourself)

  1. Password Generator This code generates random password based on the input given by user, the password is always gonna be a different combination of latters, numbers and symbols in a random order.

  1. Hangman Save the poor stickman, who was caught for using fake credit cards Well it's a game why don't you go ahead and try it yourself first. So what it does is it will ask you to guess some letters of a word and you will have 6 lives. if you guess a letter which is not in word you loose a life :( and the poor stickman would be one step closer to death. So test your vocabulary and i am sure you will win most of the times.
Win Loose

The flow chart:

Amended+Hangman+Flowchart


  1. High-lowThis is a high low game, in this you have to guess which of the shown celebrity has higher number of followers on instagram. if you get it right you move to the next round else the game ends when you get a choice wrong.

    you can try an online version of this game here: http://www.higherlowergame.com/

Example of the program
  1. Turtle race

This program demonstrates a turtle race where a user can bet on any turtle through an interative input box. This game can be used to play bets between friends :)

Example of the program
  1. Snake game

This is an example of the classis snake game which you might have played in the oldest nokia phones, it was build with the help of turtle framework. Go ahead click on the snake game title to play the game yoursel.

It also keep tracks of the highscores using file handling

Example of the program
  1. Ping Pong

This is the famous ping pong game built in pthon with the help of turtle module. You can play this game with two players even on a single computer.

About

List of all the python projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages