To make a previewer for photos of the device
Here using kivy we first make the grid layout setting the size and colour all the things and putting the button to select the image there we use os library for going through different files and then once photo is selcted then it will be previewd and we can also select other photos for preview also.
- List out the libraries imported- kivy , os
Here first we need to install both the libraries and then run the script so it will show a gui where there will be button for selecting a photo from device so select it accordingly and then it will be visible on our gui screen.
Neel Shah