Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

InQRy 0.5

Compare
Choose a tag to compare
@americanhanko americanhanko released this 25 Apr 19:18
· 499 commits to master since this release

Generate visible QR / Cross-platform Implementation

New

  • The QR code is able to be generated with the click of a simple GUI button using tkinter
  • The code runs cross-platform and contains logic to install OS-specific dependencies
  • Relatively fast, though performance could use some improvement

Notes

  • This has only been tested on Python 3.6.0
  • Follow the instructions in the README for installation and execution.
  • To run this version of the code, check out to develop before running python setup.py install
  • Currently passing all tests in both Windows and macOS

To Do

  • Write Instructions and Asset classes and their respective modules
  • Implement iOS support using cfgutil
  • Make the code run by double-clicking an executable (.app / .exe)
  • Test using a USB stick
  • Write more tests! 😃

Related work items: #1432843