Skip to content

Commit

Permalink
add QR files
Browse files Browse the repository at this point in the history
  • Loading branch information
tulimid1 committed May 15, 2022
1 parent 19e828f commit 74098b1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 4 additions & 2 deletions Code/CoverTypeProject.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: math637
name: CoverTypeProject
channels:
- conda-forge
- defaults
Expand Down Expand Up @@ -151,11 +151,13 @@ dependencies:
- datetime==4.4
- imageio==2.16.0
- joblib==1.1.0
- pypng==0.0.21
- pyqrcode==1.2.1
- pytz==2021.3
- savingfigr==1.0.3
- savingfigures==1.0.3
- scikit-learn==1.0.2
- sklearn==0.0
- threadpoolctl==3.1.0
- zope-interface==5.4.0
prefix: /Users/Semrau_Lab/opt/anaconda3/envs/math637
prefix: /Users/duncan/opt/anaconda3/envs/CoverTypeProject
Binary file added Code/QRCode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions Code/createQR.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from pyqrcode import QRCode

url = 'https://tulimid1.github.io/what-is-covering-me/'

myQR = QRCode(url)

myQR.png('QRCode.png', scale=8)

0 comments on commit 74098b1

Please sign in to comment.