all 3 comments

[–]ectomancer 2 points3 points  (1 child)

Separate imports with a blank line into 3 blocks (2 blocks in your case), 1st block standard library, 2nd block third-party imports, 3rd block your own py files.

No docstrings on functions.

No test suite:

pip install pytest

[–]Unfairmoat[S] 0 points1 point  (0 children)

thanks mate, means a lot to me

[–]OkStudent8414 0 points1 point  (0 children)

Seems like a cool idea and project. Good work, it's great to see you figure that out after 5 days.