File tree Expand file tree Collapse file tree 1 file changed +45
-1
lines changed
Expand file tree Collapse file tree 1 file changed +45
-1
lines changed Original file line number Diff line number Diff line change 1- dev_swiper
1+ # dev_swiper
2+
3+ Stronger swiping game for devs
4+
5+ Works for almost all dating apps :/
6+
7+ PS : Works only with adb
8+
9+ ## Installation
10+
11+ ``` sh
12+ pip install dev-swiper
13+ ```
14+
15+ ## Steps to use
16+
17+ [ ` Make sure you have adb installed. ` ] ( https://developer.android.com/studio/command-line/adb )
18+
19+ - Install the package.
20+ - Connect your android device to your PC.
21+ - Open the respective app
22+ - Use as you like
23+
24+ ``` sh
25+ swipe
26+ ```
27+
28+ It will swipe ` right ` for 20 times.
29+
30+ ## Arguments
31+
32+ * ` -c, --count ` : Number of swipes [ Default : 20 ]
33+ * ` -d, --direction ` : Swipe Direction [ Default : right ]
34+ * ` -m ` : Manual Mode
35+
36+ ### Manual Mode
37+
38+ - In manual mode you can ` swipe ` using your ` keyboard `
39+ - ` right -> ` : Swipe right
40+ - ` left <- ` : Swipe left
41+ - ` q ` : Quit
42+
43+ ## Author
44+
45+ [ Dipansh Khandelwal] ( https://github.com/DipanshKhandelwal )
You can’t perform that action at this time.
0 commit comments