Font awsome icon | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Font awsome icon

how to add font awsome icons in python?? i need help...

25th Oct 2018, 11:06 AM
Pro Coder <Gunjan>
Pro Coder <Gunjan> - avatar
5 Answers
+ 1
Yash Kandalkar in django
25th Oct 2018, 2:14 PM
Pro Coder <Gunjan>
Pro Coder <Gunjan> - avatar
+ 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
25th Oct 2018, 11:22 AM
Yash✳️
Yash✳️ - avatar
+ 5
Anya no problem 😄
25th Oct 2018, 11:32 AM
Yash✳️
Yash✳️ - avatar
+ 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.
25th Oct 2018, 11:28 AM
Anya
Anya - avatar
+ 2
Never tried in python. But i can still try to check. Edit: try this import webbrowser webbrowser.open("link example")
25th Oct 2018, 11:15 AM
Anya
Anya - avatar