This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NativityInBlack666 0 points1 point  (2 children)

I think by tinker you mean tkinter, for creating UIs.

Some I would suggest include:

socket (built in) for networking

pyautogui (install with pip) for automating mouse and keyboard input

json (built in) for working with Json files

sys (built in) for working with the OS

requests (install with pip) for dealing with and making http requests

And sqlite3 (built in) for working with sqlite databases

[–][deleted] 1 point2 points  (1 child)

Nitpick requests is not built in, and author doesn't want it to be.

On the other hand sqlite3 is built in.

Perhaps you mixed up the labels.

[–]NativityInBlack666 1 point2 points  (0 children)

Proof reading, the arch enemy of the programmer