Text-Editor
Text-Editor copied to clipboard
Text Editor made using Tkinter GUI (Python)
font_tuple tuple have no entry arial. ``` Traceback (most recent call last): File "dpad.py", line 83, in font_box.current(font_tuple.index("Arial")) ValueError: tuple.index(x): x not in tuple ``` Also there are lot of...
Beginner friendly Tkinter project simple calculator contributing towards hacktoberfest 2021.
It would be nice to have an executable file.
Task: write unit tests for this project
**On line 86 it gives the following error:** Traceback (most recent call last): File "dpad.py", line 86, in font_box.current(font_tuple.index("Arial")) ValueError: tuple.index(x): x not in tuple **There is no Arial font...