Sudoku-GUI-Solver
Sudoku-GUI-Solver copied to clipboard
Deprecation Warning in GUI.py
https://github.com/techwithtim/Sudoku-GUI-Solver/blob/d02ece82f114f120d4632815d8276a0787775cd2/GUI.py#L60-L61
In addition to Line 60 and 61 there are 6 other Deprecation Warning in the same file.
DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated,
and may be removed in a future version of Python.
pygame.draw.line(self.win, (0,0,0), (0, i*gap), (self.width, i*gap), thick)