0
How can i isntall modules
I want to create a textbased programm and for coloring i would like to use colorama I am also new to this app and really dont know how this works
3 Antwoorden
+ 2
In Sololearn you will not be able to download the "colorama" module, as it is not a common Python module. On your PC you can install the module using "pip install colorama" in the terminal. In your project file you can write "import colorama" to use the library.
0
Sololearn supports all the usual modules included in the standard Python package and even some third-party libraries, such as nltk
0
Ok thank you