Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.63 KB

QR Code Generation Project with Flask

This project is developed using the Flask micro-framework and the qrcode library. In this project, users can generate a QR Code with their desired features.

Features:

  • Generate QR Codes with custom inputs
  • Simple and user-friendly interface
  • Suitable for beginners who want to get familiar with Flask
  • Project Goals:

    This project is suitable for individuals at the beginning of their journey learning the Flask micro-framework. By reviewing the code of this project, users can:

  • Get acquainted with the basic structure of web development using Flask
  • Understand the fundamental concepts of this micro-framework
  • Gain practical experience in creating a simple yet functional project
  • Installation and Setup:

    Clone the repository :

      git clone https://github.com/TehranLancer1/QR-Code-With-Flask.git
    

    Navigate to the project directory :

      cd  QR-Code-With-Flask
    

    Install the dependencies

      pip install -r requirements.txt
    

    Run the development server:

      flask run
    

    Usage:

    After running the server, open your browser and go to http://127.0.0.1:5000. You can generate your desired QR Codes.

    Contribution:

    The project is open-source, and contributions to improve it are welcome. To contribute, you can fork the repository and submit pull requests.

    Thanks to the project developer Miss Samin Shojaei