File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
current = set ()
8
8
mousecombo = {keyboard .Key .alt , keyboard .KeyCode .from_char ("p" )}
9
9
end = {keyboard .Key .alt , keyboard .KeyCode .from_char ("f" )}
10
- print ("ready" )
10
+ print ("ready! " )
11
11
def on_press (key ):
12
12
"""Ignore for end-user"""
13
13
if key in mousecombo :
14
14
current .add (key )
15
- print ("something " )
15
+ print ("Position Marked " )
16
16
click_list .append (pyautogui .position ())
17
17
elif key in end :
18
18
current .add (key )
19
- print ("end " )
19
+ print ("ended \n , processing, this might take a few seconds. " )
20
20
return False
21
21
22
22
def on_release (key ):
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "PyRoutine" ,
8
- version = "1.1.3 " ,
8
+ version = "1.2.1 " ,
9
9
author = "Atharv2" ,
10
10
author_email = "atharv260107@gmail.com" ,
11
11
description = "A program to redo mouse functions." ,
You can’t perform that action at this time.
0 commit comments