-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a python script that uploads an image to imgur via keyboard shortcut. #314
Conversation
… exceptions gracefully
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.
Please rename the folder to match the format of the other names. Additionally, please add this script to the table of the main README file.
On it.. |
Hi @hasan-py I have completed the said changes kindly review. |
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.
LGTM, Thanks!
Implement Imgur Image Upload via Clipboard with Keyboard Shortcut
Summary
This pull request introduces a feature that allows users to upload images directly from their clipboard to Imgur using a keyboard shortcut. The script captures the image from the clipboard, converts it to base64, and uploads it to Imgur via their API, this script handles exceptions and has environment variable support for security reasons.
Description
This Python script enables users to easily upload images from their clipboard to Imgur by pressing a keyboard shortcut (
Ctrl + Alt + S
).Key Features:
Ctrl + Alt + S
to quickly upload images without any hassle.This tool simplifies the process of sharing images online, making it fast and convenient.
Please go through the README for more details and also screenshots of woking of the project.
This pull request solves issue #280.
Thank You,
Rohit Sharma.