Skip to content

ehtishamaflaq3/mini-projects-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Mini Projects in Python

Welcome to my collection of mini Python projects! This repository includes fun and beginner-friendly Python programs to practice logic and coding fundamentals.


Projects Included

1. 🎲 Number Guessing Game

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

2. πŸ“± QR Code Generator

Generates a QR code that links to this GitHub repository.

Features:

  • Uses the qrcode module
  • Saves the QR code image as myqr.jpg

3. πŸ“° Funny Fake News Generator

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages