#Automated QR Code Generator and viewer
This project contains 2 scripts 'qrcodegenerator.py' (Python script that does the actual job) and 'code.sh' (code to automate viewing and generating)
##How to Install and Run the Project
1. Download the files and cd into it
2. Install Python3.9
Ubuntu
> sudo apt install python3
Arch/Manjaro
> sudo pacman -S python3
3. Install feh Image viewer
sudo apt install feh
sudo pacman -S feh
4. Set executable permissions for code.sh
chmod u+x code.sh
5. Execute code.sh
./code.sh
License: MIT License