Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project spec (open for debate) #1

Open
sunknudsen opened this issue Oct 13, 2020 · 2 comments
Open

Project spec (open for debate) #1

sunknudsen opened this issue Oct 13, 2020 · 2 comments

Comments

@sunknudsen
Copy link
Owner

Hey guys, what do you think of the thought process?

@Serpent27
Copy link

Serpent27 commented Oct 16, 2020

Some things to consider doing:

  • Use qrcode library
    • Reduces dependencies
    • Provides a convenient CLI tool, can pipe data via stdin
    • Can output to tty via block characters
  • Use framebuffers to display QR codes. Requires one of:
    • micropython
      • Requires use of micropython instead of CPython
    • pygame
      • Requires pygame, and all pygame dependencies

@sunknudsen
Copy link
Owner Author

@Serpent27 Great suggestion for qrcode! Will have a look at your PR.

I stumbled upon https://github.com/godspeed1989/fbv. Looks like a promising library to display images to the framebuffer.

I opened an issue asking if it's possible to feed the image via stdin but haven't heard back.

Something like echo "essence wisdom demise insane vital kitchen pet swarm robust warfare innocent dolphin" | gpg --s2k-mode 3 --s2k-count 65011712 --s2k-digest-algo sha512 --cipher-algo AES256 --symmetric --armor | fbv -ai would be amazing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants