+ 1
Font awsome icon
how to add font awsome icons in python?? i need help...
5 Respuestas
+ 1
Yash Kandalkar in django
+ 5
Which module are you working with python? You can't just print those icons on console. You'll probably need a GUI.
FontAwesome icons are meant to be used in web languages, so you should be using Flask or Django
Anya it won't work on SoloLearn, and even if they were to open on an actual browser, nothing would happen
+ 5
Anya no problem 😄
+ 3
Yash Kandalkar Oh didn't know in web browser nothing will happen. But in sololearn part i just forget to emphasises that won't will work in code playground. By the way thanks for sharing with us.
+ 2
Never tried in python. But i can still try to check.
Edit: try this
import webbrowser
webbrowser.open("link example")