Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
impratikjaiswal committed Sep 7, 2023
1 parent cc6c4e6 commit f735db1
Show file tree
Hide file tree
Showing 14 changed files with 361 additions and 135 deletions.
364 changes: 264 additions & 100 deletions qr_play/main/data_type/any_data.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion qr_play/main/helper/constants_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class ConfigConst:
TOOL_VERSION = '1.0.0'
TOOL_VERSION = '1.1.0'
TOOL_VERSION_DETAILED = f'v{TOOL_VERSION}'
TOOL_NAME = 'qrPlay'
2 changes: 1 addition & 1 deletion qr_play/main/helper/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Defaults:
PRINT_OUTPUT = True
QUITE_MODE = False
QR_CODE_VERSION = 40
SCALE = 10
SCALE = 5
IMAGE_FORMAT = Formats.PNG
SPLIT_QRS = True
EXECUTION_MODE = PhExecutionModes.USER
Expand Down
Binary file modified qr_play/main/out/bulk_data_single_qr_item_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified qr_play/main/out/bulk_data_split_qrs_item_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified qr_play/main/out/bulk_data_split_qrs_item_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified qr_play/main/out/bulk_data_split_qrs_item_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added qr_play/main/out/bulk_data_split_qrs_item_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added qr_play/main/out/bulk_data_split_qrs_item_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added qr_play/main/out/simple_qr_item_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified qr_play/main/out/simple_qr_png_item_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion qr_play/main/out/simple_qr_svg_item_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 94 additions & 32 deletions qr_play/test/log/pycharm.log

Large diffs are not rendered by default.

0 comments on commit f735db1

Please sign in to comment.