Welcome to my collection of mini Python projects! This repository includes fun and beginner-friendly Python programs to practice logic and coding fundamentals.
A simple game where the computer randomly picks a number between 1 and 100, and the user tries to guess it. The program provides hints whether the guess is too high or too low and tracks the number of attempts.
Features:
- Random number generation
- Input validation using
try-except - Feedback on guesses
- Attempt counter
Generates a QR code that links to this GitHub repository.
Features:
- Uses the
qrcodemodule - Saves the QR code image as
myqr.jpg
A simple Python-based fake news generator that creates hilarious and random headlines using funny subjects, actions, and scenarios. You can view headlines in the terminal or save multiple headlines to a text file.
Features
- Randomly generated funny headlines
- Option to display headlines interactively
- Save multiple headlines to HEADLINES FILE.txt
- Pure Python, no external libraries needed