9 Answers
+ 4
I would look through some of the wonderful codes by Oma Falk .
She's managed to get some graphics using python on Sololearn.
+ 3
Here is a simple way to show an image in Sololearn from a URL.
https://code.sololearn.com/c10iqZtr0FJw/?ref=app
+ 2
It might seem a bit complicated but if you read about it and practise (sometimes a lot!), it doesn't seem so hard after all.
Take this code from Oma Falk
https://code.sololearn.com/cnu6WNCI9pTq/?ref=app
Then check out this tutorial:
https://realpython.com/image-processing-with-the-JUMP_LINK__&&__python__&&__JUMP_LINK-pillow-library/
+ 1
You might need to install the appropriate packages or whatever they're called...
pip install urllib
0
You would need to use certain libraries. The one I'm aware of is Tkinter, the image will be in an application window rather than console.
You need to do research on it
0
Thx
0
They're quite complex though, how do you make ones that are simple and just show how to output an image from the Internet (I know I should have said before)
0
Tysm guys
0
How come this doesn't work in other code executors