0
how to download any module?
1 Odpowiedź
+ 4
Hi GamingGo OFFICIAL !
Modules are files with .py -extentsion, and if the they are in your working directory, you just use import.
If the they are collected, on another place, you can use Python package manager Python PIP. Read more about it, for example here:
https://www.w3schools.com/python/python_pip.asp