Starter-Python-projects

These are few of the projects I've done while starting to learn python.

The projects have been done in replit and the links are below.

  1. Rock-Paper-Scissors - https://repl.it/@Chandananitg/rock-paper-scissors-start#main.py
  2. password-generator - https://repl.it/@Chandananitg/password-generator-start#main.py
  3. Hangman game - https://repl.it/@Chandananitg/Day-7-Hangman-5-Start#hangman_words.py
  4. caesar-cipher - https://repl.it/@Chandananitg/caesar-cipher-4-start#art.py
  5. blind-auction - https://repl.it/@Chandananitg/blind-auction-start#main.py
  6. calculator - https://repl.it/@Chandananitg/calculator-start-1#art.py
  7. blackjack game - https://repl.it/@Chandananitg/blackjack-start#main.py
  8. Guessing-Game - https://repl.it/@Chandananitg/Guessing-Game#main.py
  9. higher-lower - https://repl.it/@Chandananitg/higher-lower-start#main.py

More extensive projects have been uploaded in their own repositories.