Visual Studio Code – GUI isn't showing up after running python code
I'm building an Image to PDF converter app using python. When I run the code in the terminal the UI doesn't appear. Here is the code: `import tkinter as tk from tkinter import filedialog, messagebox import os class ImageToPdfConverter: def…