Skip to content

Instantly share code, notes, and snippets.

View hasansiddiqui100's full-sized avatar
🎯
Focusing

muhammad hassan siddiqui hasansiddiqui100

🎯
Focusing
View GitHub Profile
@hasansiddiqui100
hasansiddiqui100 / sc3.py
Created January 13, 2020 14:47
scientific calculator
import tkinter as tk
from math import *
# used to switch between units of rad, and deg
convert_constant = 1
inverse_convert_constant = 1
btn_params = {
'padx': 16,
'pady': 1,