Sudoku-GUI-Solver icon indicating copy to clipboard operation
Sudoku-GUI-Solver copied to clipboard

Deprecation Warning in GUI.py

Open g-paras opened this issue 4 years ago • 0 comments

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)

g-paras avatar May 27 '21 03:05 g-paras