0
How do I add a picture to a code using python?
3 odpowiedzi
+ 2
sorry, you can't add images to console based programs.
you can still do make a window with tkinter, pygame or other graphical libraries and add image to it.
+ 2
Here is an example:
https://code.sololearn.com/cKQGRdW6fHvw/?ref=app
Found the idea from:
https://code.sololearn.com/cf6Mqbjc3DzS/?ref=app
+ 1
Well, you can stick picture on the screen where code editor is opened. 😁