IV2FI / DrawBot

DrawBot lets you draw images taken from the internet on Skribbl.io, Gartic Phone and Paint
238 stars 28 forks source link

[Feature Request] Add mouse coordinates to clipboard for colors config #21

Open Kell0x opened 2 years ago

Kell0x commented 2 years ago

**Hello,

To make it easier to fill the colors coordinates, I tried using pyperclip library.

It works pretty well if you add the following line, right at the end of the one line function def displayMouseCoordinatesWorker(self) in app.py : pyperclip.copy(self.MouseCoordinateLabel.text())

The value copied is the same value as what is displayed in the UI and can be past in the config file as is.**