Skip to content
/ qme Public

An easy to use QR generator because I'm sick of ads.

License

Notifications You must be signed in to change notification settings

Johnmakuta/qme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qme

An easy to use QR generator because I'm sick of ads.

Installation

Conda Installation

Currently I use Anaconda for nearly all of my package management in Python so miniconda is a minimum need to be installed if you'd like to use my specfile.

For Windows:

onda create --name qme_env --file win_64_conda_spec_file.txt

For Mac

onda create --name qme_env --file osx_64_conda_spec_file.txt

I will attempt to make more specfiles as time goes on but I only have an old x64 macbook and a Windows PC to develop on normally so...

Manual Installation

The follwing packages are needed:

  • tkinter
  • qrcode
  • segno
conda create --name qme_env
conda activate qme_env
conda install -c anaconda tk
conda install -c conda-forge qrcode
conda install -c conda-forge segno

Running

All you gotta do is run python

python qr_app.py

About

An easy to use QR generator because I'm sick of ads.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages