+ 2
How download modules here
4 Answers
+ 12
Include relevant tags
//Use our search bar
https://www.sololearn.com/post/52212/?ref=app
Hope this helps :)
https://www.sololearn.com/discuss/1330325/?ref=app
https://www.sololearn.com/discuss/646282/?ref=app
https://www.sololearn.com/discuss/171900/?ref=app
+ 10
Nice so what should I do with thisÂŻ\_(ă)_/ÂŻ
+ 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)
+ 2
Tanu Use this
(but GUI like things will not work on sololearn)
https://code.sololearn.com/c1wEYq71mzeb/?ref=app