Written By John Minton [email protected]
Auto-clicker program written in Python 2.7 for use on Windows OS.
When you hold the LEFT-CTRL key your mouse will rapidly left click your mouse.
Press RIGHT-CTRL to quit program.
04/04/2016 Program crashes on startup if internet is not available. An exception was placed around the http lib in the SOURCE CODE (Still need to re-compile). If internet is not present the program should not crash and continue as expected.
Licensed under GNU General Public License, version 3 (GPL-3.0) See License Details at https://opensource.org/licenses/GPL-3.0
Python Auto-Clicker
Copyright (C) 2015 John Minton <[email protected]>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.