Best Flask open-source libraries and packages

QR_CodeGenerator

QR_CodeGenerator is a Flask-based application. Utilizing ๐—™๐—น๐—ฎ๐˜€๐—ธ and ๐—พ๐—ฟ๐—ฐ๐—ผ๐—ฑ๐—ฒ libraries, it empowers users to swiftly create QR codes, enhancing accessibility and information sharing .. โค๏ธ
Updated 3 months ago

QR_CodeGenerator

QR_CodeGenerator is a Python Flask application that generates QR codes from user-provided links.

Prerequisites

Before running the application, ensure you have Python installed on your system. You can install it from the official Python website.

Additionally, you'll need to install Flask and qrcode libraries. You can install them via pip:

pip install Flask qrcode[pil]

Usage

  1. Clone the repository to your local machine:
git clone https://github.com/subhranil002/QR_CodeGenerator.git
  1. Navigate to the directory containing main.py.

  2. Run the Flask application:

python main.py
  1. Open your web browser and go to http://localhost:8080/ to access the QR code generator.

  2. Enter a link in the provided input field and submit the form to generate the QR code.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.

License

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




Made With โค๏ธ

Tags libraries