Skip to content

Releases: developmentAC/myQR

1.1.0

19 Apr 21:58

Choose a tag to compare

Poetry is no longer used; instead UV is the project package manager.
Simple command to run the project: uv run myqr
Updated README.md to explain these details.

v0.1.4-release

08 Feb 19:54

Choose a tag to compare

Prevent file overwriting: now we check to ensure that filename does not already exist. If so, a serial number is added to the filename.

myQR_v0.1.2

08 Dec 17:38

Choose a tag to compare

The outputted QRcode as a .png file may now be viewed automatically.

v0.1.0 release

08 Dec 05:09

Choose a tag to compare

A project to allow users to create own QR codes using a browser tool. The project uses Poetry to manage all virtual environment variables such as libraries.