How to add images in python in this app's code editor. Plz tell me guys | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to add images in python in this app's code editor. Plz tell me guys

15th Sep 2020, 5:13 AM
Surel Naik
Surel Naik - avatar
2 Answers
+ 3
Images in python🤔 You can use any one of these libraries Pillow, Tkinter, Kivy, etc. I think you want to make a GUI application, but SoloLearn doesn't support GUI. So you can use another app like "pydroid" to do so. Happy coding🙃
15th Sep 2020, 8:39 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 1
Upload it to a cloud storage like Google drive. Get the link of that file, and then use that link in your code to access that file. There's no way to access a local file.
15th Sep 2020, 5:19 AM
Charitra
Charitra - avatar