Skip to content

Latest commit

ย 

History

History
22 lines (18 loc) ยท 916 Bytes

File metadata and controls

22 lines (18 loc) ยท 916 Bytes

python-projects:

1) Password Generator:

๐Ÿ” Python Password Generator
Generate cryptographically strong passwords with ease!
๐Ÿ‘‰ Features: Mixed characters, input validation, CLI menu, error resilience.
๐Ÿ› ๏ธ Built with Python's random module | ๐Ÿ“ Docs-ready code structure.

2) Mad_Lib Game:

Mad Libs Game ๐ŸŽ‰

0.It has rounds which tracks your data how many times u have played

  1. The player chooses one of two sentence templates.
  2. The game asks for a place and a noun.
  3. It replaces the placeholders ([place] and [noun]) with the user's input.
  4. The final, completed sentence is displayed!

3) Rock-paper-Sisscor Game:

๐Ÿ“œ Rock Paper Scissors Game

  1. A simple Rock, Paper, Scissors game developed in Python with image-based choices. ๐Ÿชจ๐Ÿ“„โœ‚๏ธ
  2. Supports shorthand inputs (R/P/S) and displays logos for each choice.
  3. Play against the computer and test your luck! ๐ŸŽฎ