File tree Expand file tree Collapse file tree 5 files changed +31
-30
lines changed Expand file tree Collapse file tree 5 files changed +31
-30
lines changed Original file line number Diff line number Diff line change 1
- # Rename to build stable version
2
- # This is stable version
1
+ # Rename to build dev version
2
+ # This is dev version
3
3
[build-system ]
4
- requires = [" setuptools>=61.0 " ]
4
+ requires = [" setuptools" ]
5
5
build-backend = " setuptools.build_meta"
6
6
7
7
[project ]
8
- name = " je_auto_control "
9
- version = " 0.0.157 "
8
+ name = " je_auto_control_dev "
9
+ version = " 0.0.99 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
@@ -16,11 +16,12 @@ license = { text = "MIT" }
16
16
dependencies = [
17
17
" je_open_cv" ,
18
18
" pillow" ,
19
- " numpy" ,
20
19
" APScheduler" ,
21
20
" pyobjc-core;platform_system=='Darwin'" ,
22
21
" pyobjc;platform_system=='Darwin'" ,
23
- " python-Xlib;platform_system=='Linux'"
22
+ " python-Xlib;platform_system=='Linux'" ,
23
+ " Pyside6" ,
24
+ " qt-material"
24
25
]
25
26
classifiers = [
26
27
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change 1
- # Rename to build dev version
2
- # This is dev version
1
+ # Rename to build stable version
2
+ # This is stable version
3
3
[build-system ]
4
- requires = [" setuptools" ]
4
+ requires = [" setuptools>=61.0 " ]
5
5
build-backend = " setuptools.build_meta"
6
6
7
7
[project ]
8
- name = " je_auto_control_dev "
9
- version = " 0.0.98 "
8
+ name = " je_auto_control "
9
+ version = " 0.0.158 "
10
10
authors = [
11
11
{
name =
" JE-Chen" ,
email =
" [email protected] " },
12
12
]
@@ -19,7 +19,9 @@ dependencies = [
19
19
" APScheduler" ,
20
20
" pyobjc-core;platform_system=='Darwin'" ,
21
21
" pyobjc;platform_system=='Darwin'" ,
22
- " python-Xlib;platform_system=='Linux'"
22
+ " python-Xlib;platform_system=='Linux'" ,
23
+ " Pyside6" ,
24
+ " qt-material"
23
25
]
24
26
classifiers = [
25
27
" Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change 1
1
[
2
2
[
3
- " type_keyboard " ,
3
+ " AC_type_keyboard " ,
4
4
{
5
5
"keycode" : 0
6
6
}
7
7
],
8
8
[
9
- " mouse_left " ,
9
+ " AC_mouse_left " ,
10
10
{
11
11
"mouse_keycode" : " mouse_left" ,
12
12
"x" : 500 ,
13
13
"y" : 500
14
14
}
15
15
],
16
16
[
17
- " get_mouse_position "
17
+ " AC_get_mouse_position "
18
18
],
19
19
[
20
- " press_mouse " ,
20
+ " AC_press_mouse " ,
21
21
{
22
22
"mouse_keycode" : " mouse_left" ,
23
23
"x" : 500 ,
24
24
"y" : 500
25
25
}
26
26
],
27
27
[
28
- " release_mouse " ,
28
+ " AC_release_mouse " ,
29
29
{
30
30
"mouse_keycode" : " mouse_left" ,
31
31
"x" : 500 ,
32
32
"y" : 500
33
33
}
34
34
]
35
- ]
35
+ ]
Original file line number Diff line number Diff line change 1
1
[
2
2
[
3
- " type_keyboard " ,
3
+ " AC_type_keyboard " ,
4
4
{
5
5
"keycode" : 0
6
6
}
7
7
],
8
8
[
9
- " mouse_left " ,
9
+ " AC_mouse_left " ,
10
10
{
11
11
"mouse_keycode" : " mouse_left" ,
12
12
"x" : 500 ,
13
13
"y" : 500
14
14
}
15
15
],
16
16
[
17
- " get_mouse_position "
17
+ " AC_get_mouse_position "
18
18
],
19
19
[
20
- " press_mouse " ,
20
+ " AC_press_mouse " ,
21
21
{
22
22
"mouse_keycode" : " mouse_left" ,
23
23
"x" : 500 ,
24
24
"y" : 500
25
25
}
26
26
],
27
27
[
28
- " release_mouse " ,
28
+ " AC_release_mouse " ,
29
29
{
30
30
"mouse_keycode" : " mouse_left" ,
31
31
"x" : 500 ,
32
32
"y" : 500
33
33
}
34
34
]
35
- ]
35
+ ]
You can’t perform that action at this time.
0 commit comments