Metadata-Version: 2.1
Name: eyedropper
Version: 0.0.1
Summary: Easily get color codes on your computer.
Home-page: https://github.com/umluizlima/eyedropper
Author: Luiz Lima
Author-email: umluizlima@gmail.com
License: MIT License
Description: # Eyedropper
        > Easily get color codes on your computer.
        
        ## Description
        
        This script copies the hex (#xxxxxx) color code from the pixel under the mouse's cursor to the clipboard.
        
        Once it's run, you can paste the result anywhere (Ctrl+V).
        
        ## Installation
        
        ```sh
        > pip install eyedropper
        ```
        
        ## Usage
        
        On Windows, hit Win+R, type eyedropper and hit enter. Now the hex color code for the pixel that is under the cursor is saved on your clipboard for pasting anywhere.
        
        ## Links
        - Repository: https://github.com/umluizlima/eyedropper
        - References:
          - Al Sweigart's:
            - Automate The Boring Stuff: https://automatetheboringstuff.com/
            - pyautogui: https://pyautogui.readthedocs.io/en/latest/
            - pyperclip: https://pyperclip.readthedocs.io/en/latest/introduction.html
        
        ## Licensing
        Distributed under the MIT license. See `LICENSE` for more information.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
