+ 6
How to open images in python
8 Réponses
0
This can be used GUI Libraries, Like Tkinter, kivy... etc... This code can explain.
https://code.sololearn.com/cz8G8Y8T8RjZ/?ref=app
+ 7
[meta] When processing images, the 'imghdr' import can be used to identify image types by their magic numbers (similar to the 'file' command in linux).
+ 5
+ 1
thanks
+ 1
woth open. or maybe you want to see it, pygame
0
you may even do it using pygame and import
0
how
0
can you write a code for it