This repository was archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Sript_to_reduce_img_size #240
Merged
AdityaJ7
merged 4 commits into
Python-World:master
from
VIPverma01:Script-to-Reduce-Image-File-Szie
Sep 15, 2020
Merged
Sript_to_reduce_img_size #240
AdityaJ7
merged 4 commits into
Python-World:master
from
VIPverma01:Script-to-Reduce-Image-File-Szie
Sep 15, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It,s done. Please check the script and if there is any change you need then please tell me.
tusharnankani
tusharnankani
suggested changes
Sep 13, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @VIPverma01
Good work!
- Edit your README.md according to this README TEMPLATE.
- Could you comment on your code for a better understanding, for the ones who will be seeing your projects?
- Avoid extra lines.
- Validate your code with PEP8 standards:
Check PEP8 Validation - (Python Enhancement Proposals) set some guidelines while writing your code.
pip install flake8 flake8 file_name.py
Thank you,
Tushar Nankani
.../VIPverma01/python-mini-projects into Script-to-Reduce-Image-File-Szie
I have updated the script and README as per your instructions. Please check and verify the project.
tusharnankani
tusharnankani
approved these changes
Sep 13, 2020
chavarera
chavarera
approved these changes
Sep 14, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Description
A short summary of what is included in your Pull Request.
Fixes #(issue_no)
Replace
issue_no
in the above line, with the issue related to this PR.Type of change
Choosing one or more options from the following as per the nature of your Pull request.
Checklist:
Please tick all the boxes that are fulfilled by your Pull Request.
Update index.md
)README.md
, according to the givenREADME_TEMPLATE.