Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
The library used deserves a mention
  • Loading branch information
henryh9n authored Nov 16, 2021
commit 57517e8577535f1e85b449498f33cd2dea50f1ec
2 changes: 1 addition & 1 deletion projects/Qr_code_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This script take a link of any URL and generate a QR code corresponding to it.

## Library Used
* qrcode
* [qrcode](https://github.com/lincolnloop/python-qrcode)

### To install required external modules
* Run `pip install qrcode`
Expand Down