An online QrCode generator
All QrCode generators online that i ran across, were either not free, or did ask for some sort of registration. Maybe it's just my personal UX. So i've decided to build my own online QrCode generator using Flask.
First you clone the repository
git clone https://github.com/vladimirevmenoff/WebQrCodeGeneratorThen, create virtual environment using req.txt
pip install -r req.txtFinally, run the
python run.py