hackelite01 / hacktoberfest2024

🎃 Hacktoberfest 2024: Celebrate open source by contributing to this project! Make your first Pull Request, spread the love, and help grow the community. If you find it helpful, consider giving us a ⭐️ to show your support. Let's make a positive impact together this Hacktoberfest! 🚀
1 stars 28 forks source link

Create qr.py #25

Closed nirajanacharya closed 1 month ago

nirajanacharya commented 1 month ago

This Python QR code generator allows users to create customizable QR codes with various settings such as size, error correction level, and color. The generated QR codes can be saved as image files for easy sharing and printing.

Install the required libraries: pip install qrcode[pil] Pillow