Importing modules xlsxwriter/textwrap. How to do it correctly?
-
I am writing a WiPY program in Atom IDE and I want to use other modules such as:
xlsxwriter
texture
Unfortunately, I don't know how to do it that after the command "import xlsxwriter" / "import textwrap" I would be able to use functions related to these modules. Any suggestions?
-
This is a very unspecific question. Did you read the tutorial?
https://docs.python.org/3/tutorial/modules.html
-
@dabal221 any help?