Skip to content

A python cgi script that generate QR-code with wifi information

License

Notifications You must be signed in to change notification settings

ecornely/qr_wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QR-code Wifi

This project contains a simple python cgi script that generate QR-code with wifi information

OVH installation

I used it on an OVH shared server able to do CGI but it requires you to install a few python modules which is not allowed on shared servers What I did is download qrcode-5.1.tar.gz, setuptools-19.6.tar.gz, six-1.10.0.tar.gz, pymaging-master.zip, pymaging-png-master.zip and from the remote shell used their setup.py with a prefix.

setup.py install --prefix=/homez.62/ecornely/python_lib

That's why in the code I have to append things to the sys.path

About

A python cgi script that generate QR-code with wifi information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages