File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,16 @@ It will swipe `right` for 20 times.
3535* ` -d, --direction ` : Swipe Direction [ Default : right ]
3636* ` -m ` : Manual Mode
3737
38+ ``` sh
39+ swipe -c 10 -d left
40+ ```
41+
3842### Manual Mode
3943
44+ ``` sh
45+ swipe -m
46+ ```
47+
4048- In manual mode you can ` swipe ` using your ` keyboard `
4149 - ` right -> ` : Swipe right
4250 - ` left <- ` : Swipe left
Original file line number Diff line number Diff line change 1- __version__ = '0.0.4 '
1+ __version__ = '0.0.5 '
22__author__ = 'Dipansh Khandelwal <dipanshkhandelwal@gmail.com>'
33__all__ = []
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "dev_swiper" ,
8- version = "0.0.4 " ,
8+ version = "0.0.5 " ,
99 author = "Dipansh Khandelwal" ,
1010 author_email = "dipanshkhandelwal@gmail.com" ,
1111 description = "Stronger swiping game for devs" ,
You can’t perform that action at this time.
0 commit comments