A simple QR code generator made using python
The qrcode_generator.py script found inside QRcode folder asks the user to enter a link. It will then generate a QR Code for this link in .png format.
How To Get The Repository on Your Machine
- Using your browser navigate to the repository: https://github.com/kmcd14/QR-Code-Generator
- Under clone, copy the repository address, as seen in the above picture, using either SSH or HTTPS
- Open your terminal and navigate to the location where you want to store the cloned directory.
- In the terminal type the command:
$git clone git@github.com:kmcd14/QR-Code-Generator.git
Press enter. The cloned repository is now on your machine.