mosh-hamedani/python-projects-for-beginners — reverse-engineered prompt
Reverse engineered prompt
Build me a beginner friendly Python practice repo with a bunch of small standalone projects I can run from the command line.
I want simple games and tools like number guessing, dice rolling, rock paper scissors, tic tac toe, a quiz game, a word guessing game, a slot machine, pig dice, cows and bulls, an ATM simulation, a todo list, a password generator, a password strength checker, a currency converter, a QR code generator, and a very simple text editor.
Keep each project in its own Python file so a beginner can open it, read it, and run it directly. The code should be clear, not over engineered, and use plain Python wherever possible. Add comments only where they help explain the logic. Include any small data file needed for the word game, plus a short README that explains this is a collection of Python projects for beginners and how to run them.
Want more depth? Deep Reverse