Skip to content

A simple QR code generator application developed with Flask

License

Notifications You must be signed in to change notification settings

m0kr4n3/QR_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR_generator

A simple QR code generator application developed with Flask.

app

Python version: 3.11.0

Installation and usage

  • clone the repository
git clone git@github.com:m0kr4n3/simple_qr_generator.git
cd QR_generator/app/
  1. Using python
  • use venv virtual environment
pip3 install venv
python3 -m venv venv
source $PWD/venv/bin/activate
  • Install dependencies
pip install -r requirements.txt
  • Run main.py
python3 main.py
  1. Using docker Install docker-compose if it's not done already
sudo apt install docker-compose
  • Run docker-compose in the repo root directory :
sudo docker-compose up

About

A simple QR code generator application developed with Flask

Resources

License

Stars

Watchers

Forks