Contribute to Cyokob3/Interface development by creating an account on GitHub.
def add_transaction(): if type_combobox.get() and amount_entry.get(): try: transaction_type = type_combobox.get() amount = float(amount_entry.get()) comment = comment ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results