0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Amazing-QR でアニメーションGIFのQRを作成

Last updated at Posted at 2024-07-04

おもしろいものを見つけたのでやってみました。

Python3

Python3が必要です。
いまどきなので、ほとんどのパソコンにはインストール済みだとは思いますが、下記で確認しておきます。

% python -V
Python 3.11.6
% pip list
Package    Version
---------- -------
pip        24.1.1
setuptools 70.2.0
%

古そうだったら、最新化してください。

インストール

下記でインストールできます。

% pip install amzqr

やってみます。

GIF探し

作ってもいいですが、お試しなので、ググって、自分のパソコンにダウンロード

下記コマンドで実行

% amzqr https://youtube.com/ -p minecraft-steve.gif -c

完成

できました。

minecraft-steve_qrcode.gif

最後に -cを入れないと、モノクロになります。

めでたしめでたし

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?