IS THEIR ANY CHANCE TO UPLOAD PICTURES ON PYTHON | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

IS THEIR ANY CHANCE TO UPLOAD PICTURES ON PYTHON

To print the user requirements in pictures

21st Jul 2020, 2:36 PM
sumanth
sumanth - avatar
2 ответов
+ 1
There is a module named PIL - Python Image Library (won't work on SoloLearn). It is used to do tasks on images such as resizing, cropping, rotating, filters, adding text etc, but most importantly, it allows you to show images to the screen. You can install it by pip install PIL
21st Jul 2020, 2:50 PM
XXX
XXX - avatar
0
How to print a grid like to create small games in o/p
21st Jul 2020, 2:51 PM
sumanth
sumanth - avatar