game icon indicating copy to clipboard operation
game copied to clipboard

Python3 compatibility: Changed print to print() and fixed tab errors

Open JustBobinAround opened this issue 2 years ago • 0 comments

Python 3 does not accept print without parenthesis. Changing this often causes tabulation errors. Both problems were resolved.

I also added a requirements.txt for when running pip.

JustBobinAround avatar Oct 24 '22 02:10 JustBobinAround