Coder Social home page Coder Social logo

discord-screenshot-resizer's Introduction

Discord Screenshot Resizer

Large image resizing directly from the clipboard for easy sharing

Prefer to share your image in full quality? Check out my other macro solution Discord Screenshot Uploader.

I've always been annoyed at the file size limit when trying to send a quick screenshot to a friend while playing games or attaching large images to work emails, so I created these tools.

 

Windows Setup


Bind the batch script to a macro key

I typically use AutoHotKey, but in this case I bound mine to my G6 key using Logitech G Hub software. The batch file must be in the same directory as the python script.

# Example AutoHotKey Macro Bind
# Ctrl + LShift + 6
^+6::
Run, C:\Path\To\launch_clipboardutil.bat

Install Requirements

pip3 install pillow pywin32

(or use the included pip3 install -r requirements.txt)

 

 

Windows Usage


Save a screenshot to your clipboard

I typically use Alt+PrintScrn or Win+Shift+S but feel free to use your own method

Hit your macro

Your image will be resized.

Paste

The clipboard is automatically overwritten with the newly resized image. Paste directly into Discord, Slack, Gmail, etc.

discord-screenshot-resizer's People

Contributors

danetuso avatar

Stargazers

Nathan Fiscaletti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.