Open NiharikaVadlamudi opened 3 years ago
@akshgpt7 Check this out !
@akshgpt7 Simple check, the sample-pictures consists of 10 gifs (orignally) , now when you add a new file there will be a new fil added under the name - sample-pic-11.gif or so to the folder. So after uploading a file check the where its stored. I am sure you'll find it there.
Yeah I did check that, it does add the image there, but smh doesn't show in the gallery. Maybe a problem at my end because if it's added to the folder, it should show up.
Might be . So, just resizing the image is sufficient right ? I guess 128 ×128 will suffice.
Yes that should do.
@akshgpt7 Pushed the code. Please check and let me know if you can see the changes.
I'm getting the following error on running the gallery:
AttributeError: 'PhotoImage' object has no attribute 'resize'
.
Did you try running it?
@akshgpt7 Please check now.
@akshgpt7 Any issue with merging? If so let me know !
Also, I'm still getting the same error as above. Please fix that.
Can you run flake8
on the code, and fix the PEP-8 violations.
After merging #37, all the code conforms to PEP-8 guidelines, that'll be it
@akshgpt7 Please check now . I ran flake8 , most of them were due to * imports of tkinter (Button , Label, END ,etc ) . And they weren't even in my part of the code . The code is fine , please use - python3 for running the code .