
My Customized QR Code Generator for Customizer
thingiverse
Here is the code: ```python #!/usr/bin/env python3 import tkinter as tk from qrCode import QRCode from tkinter import messagebox qr_rotate = 0 class MyApplication(tk.Tk): def __init__(self): super().__init__() self.geometry("1024x768") self.title('My Application') qr_image_path = "qrcode.jpg" qr_text_path = "qrcode.txt" self.tag_height = int(qr_thickness) + (2 * round_corner) self.per_h = int(hole_y) / int(tag_height) # open the qr image file and create a new qrcode from its contents self.qr_code_obj = QRCode.from_file(qr_image_path) data, version = self.qr_code_obj.decode() # set up the canvas self.canvas = tk.Canvas(self, width=int(perimeter) + int(corner_radius * 2), height=self.tag_height) self.canvas.pack(side=tk.LEFT) self.code_data = str(data) + "\n" + version def on_open_click(self): # when user opens file, open it and put its contents into qr_code qr_text_file_path = "qrcode.txt" with open(qr_text_file_path, 'r') as qr_file: qr_text_contents = qr_file.read() # put text contents in to qr_image file name for qrcode image file from contents to be saved at next click of save button qr_image_name = qr_text_path # decode contents into text string using read text string with qrcode from saved qrcoden image from file then set the data varable as value self.qr_code_obj = QRCode.from_file(qr_image_path) data, version = self.qr_code_obj.decode() self.code_data = str(data) + "\n" + version # messagebox.showinfo('Info', qr_text_contents) def on_save_click(self): qrsave_file_name = "qrCode.png" # get image info using method to set value for width, height with image of text, number version width_image_data, hgt_img, image, _= self.qr_code_obj.get_info() image.save(qrsave_file_path, format='PNG') ``` Let me know if there's anything else I can help you with.
With this file you will be able to print My Customized QR Code Generator for Customizer with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on My Customized QR Code Generator for Customizer.