This is a webapp that generates bar and qr code. It takes in user's content and generates bar and qr code as png and svg format.
- Python - v3.7 above
- Virtualenv - v20.12.0 above
Clone this repo
git clone https://github.com/theifedayo/barcode-qrcode-generator.gitChange directory
cd barcode-qrcode-generatorCreate virtual environment
python3.8 -m venv envActivate your virtual environment
source env/bin/activateInstall requirements
pip install -r requirements.txtRun the server
python manage.py runserverScreenshots above should help in the app usage
Fork this repo and add exciting feature. If I don't get too much backlog at work, I'll add svg-as-code support on webpage instead of downloading before seeing the svg code




