How download modules here | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How download modules here

13th Aug 2020, 1:33 PM
Tanu
Tanu - avatar
4 Answers
+ 10
Nice so what should I do with this¯\_(ツ)_/¯
13th Aug 2020, 2:53 PM
Aditya
Aditya - avatar
+ 2
I got some encryption code for you from PIL import Image import stepic #encryption im = Image.open('/storage/emulated/0/DCIM/Camera/SAVE_20200623_125432.png') im1 = stepic.encode(im, b'hello world') im1.save("/storage/emulated/0/DCIM/Camera/SAVE_20200623_125499.png") im1=Image.open('/storage/emulated/0/DCIM/Camera/SAVE_20200623_125499.png') im1.show() #decryption im2=Image.open("/storage/emulated/0/DCIM/Camera/SAVE_20200623_125499.png") Image=stepic.decode(im2) print(Image)
13th Aug 2020, 2:25 PM
Tanu
Tanu - avatar
+ 2
Tanu Use this (but GUI like things will not work on sololearn) https://code.sololearn.com/c1wEYq71mzeb/?ref=app
13th Aug 2020, 3:59 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar