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.
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:
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
After running the server, open your browser and go to http://127.0.0.1:5000. You can generate your desired QR Codes.
The project is open-source, and contributions to improve it are welcome. To contribute, you can fork the repository and submit pull requests.