Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 536 Bytes

File metadata and controls

23 lines (15 loc) · 536 Bytes

Python Learning Projects

This repository contains small Python projects and experiments I've created while learning and practicing Python.


Projects

1. QR Code Generator 🧾

A simple Python script that generates QR codes for any given URL or text using the qrcode library.

  • Features:

    • Customize QR code size and border
    • Save QR code as PNG image
  • Preview:

    QR Code Example


Upcoming Projects will be updated


Feel free to explore the code, try the projects, and contribute!