-
calcurator2 Public
from tkinter import * #Create a calculator class class Calculator: def __init__(self, master): ''' DOCSTRING: Define what to do on initialization ''' #Assign reference to the main window of the app…
UpdatedJun 30, 2022 -
calcurator Public
from tkinter import * #Create a calculator class class Calculator: def __init__(self, master): ''' DOCSTRING: Define what to do on initialization ''' #Assign reference to the main window of the app…
UpdatedJun 30, 2022 -
KiCost Public
Forked from hildogjr/KiCostBuild cost spreadsheet for a KiCad project.
Python MIT License UpdatedJun 29, 2022