+ 1
How to add images in python in this app's code editor. Plz tell me guys
3 Respuestas
+ 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🙃
+ 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.