C++ version of my Python autoclicker app: PyClickerX
- Comes with all features of a regular autoclicker
- Added color class to give the print messages color
- Implemented switch case to clicker class to make things more efficient
- Windows
- That's it, I will try to get support for other platforms but right now I have made this app focused mainly with windows in mind.
This project is licensed under the GNU General Public License version 3 (GNU GPLv3).
- Copyleft: The GNU GPLv3 requires anyone who distributes software that is licensed under it to also distribute the source code and license of that software under the same terms. This helps to ensure that software remains free and open source.
- Permissive use: Users are allowed to use, modify, and distribute software that is licensed under the GNU GPLv3 without needing to pay for a license or obtain permission from the original authors. Patent protection: The GNU GPLv3 includes provisions to help protect against software patents. These provisions state that anyone who distributes software under the license grants a patent license to recipients, protecting them from patent infringement claims related to that software.
- Disclaimer of warranty: The GNU GPLv3 includes a disclaimer of warranty that states that the software is provided "as is" without any warranty or guarantee.
- Distribution limitations: The GNU GPLv3 imposes some limitations on how software can be distributed. For example, it requires that anyone who distributes the software must also provide the source code, and must not add any additional restrictions on how the software can be used or distributed.
For more information about this license please read the LICENSE.md
file.
If you want to contribute:
- Fork the repository
- Clone it on your machine
- Make the changes you want
- Create a pull request
If you are creating your changes make sure to create a libs
folder and put the following dlls in it:
- libgcc_s_seh-1.dll
- libstdc++-6.dll
- libwinpthread-1.dll