Skip to content

Automated QR code generation and viewing using shell scripts and Python

Notifications You must be signed in to change notification settings

atombalan/AutopyQR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Automated QR code generation and viewing using shell scripts and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published