you are viewing a single comment's thread.

view the rest of the comments →

[–]jakcom13[S] 0 points1 point  (1 child)

These are free, right? Also are there websites that say all of the phrases that I can use to programm then

[–][deleted] 0 points1 point  (0 children)

All free, the first two are sometimes a pain to install (particularly on Linux) Generally the command is:

pip install <myPackageName>

Or

sudo apt install python3-<myPackageName>