+ 1
Importing Online Python Modules
Hey guys, is it possible to import Python modules to this app’s code editor from a website??? Like: from “www.module_website.com” import Workbook Sounds crazy, but just wanted to check if anyone had something to assist.
4 Antworten
+ 2
Python modules are either through pip, or you download and add the library manually. What does this website contain?
+ 2
You basically are when using pip, except pipy does the hard lifting for you. What file? What website?
+ 1
I was hoping to import the file from a website instead of downloading it through pip or any other means
+ 1
I know how to import a module, but I’m currently not with my laptop so I was looking for alternative ways to import the files needed.
The file is openpyxl, some other ones along the way.