this is a small program i wanted to make to help people who are trying to make a macro, contributions from better or more experienced coders are very much appreciated
Simple macro tool which fetches boring stuff like mouse pos or pixel color and data saving
- ctrl+1 = position of mouse
- ctrl+2 = color of pixel on mouse
- ctrl+3 = Data saving of position & color on mouse
- Python
- customtkinter
- keyboard
Just install the python file and you're done!
Run the program using the .pyw Python file.
- V0.4: Tweaked open button, added delete file button and made program slimmer.
- V0.3: Added open button to make the user have a better experrience and optimized code.
- V0.2: Fixed data saving, added hotkeys.
- V0.1: Release of tool, please comment what i should add.
This project is licensed under the MIT License, see the LICENSE.md file for details.
- Thanks to @DomPizzie for the simple template!