Skip to content

This Python script facilitates the generation of a custom-designed QR code by utilizing the 'qrcode' library in conjunction with Pillow (PIL), a popular imaging library. By integrating these libraries, the script enables the encoding of a specified URL into a QR code and enhances its visual appeal through the customization of its color scheme.

Notifications You must be signed in to change notification settings

SaiSriramKamineni/QRCode-Generator-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

📷 QR Code Generator

Overview ℹ️

  • Welcome to the QR Code Generator repository! This project allows you to create customized QR codes with a simple Python script. 🎉

🌟 Features

  • Generate QR codes from any URL or text data
  • Customize the size, border, and error correction level of the QRcode
  • Choose your own colors for the QR code and background
  • Saves the QR code as an image file to the folder you allocated this file to run

📋 Requirements

Make sure you have the following installed on your system:

  • Python 3.x
  • qrcode library
  • Pillow library

Additional Notes 📝

  • The game is implemented in Python and runs in any terminal or command prompt environment.

Contributing 🤝

Feel free to fork the repository and contribute to the project. If you have any suggestions or find bugs, please open an issue or submit a pull request.

Output

Screenshot 2024-06-28 001213

Installation

You can install the required libraries using pip:

  pip install qrcode

License

  • This project is licensed under the MIT License - see the LICENSE file for details. MIT

Happy coding! 🚀✨

"# QRCode-Generator-Python"

About

This Python script facilitates the generation of a custom-designed QR code by utilizing the 'qrcode' library in conjunction with Pillow (PIL), a popular imaging library. By integrating these libraries, the script enables the encoding of a specified URL into a QR code and enhances its visual appeal through the customization of its color scheme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages