Skip to content

Commit adf6247

Browse files
Update README : Add steps to install and use
1 parent 7bcfd47 commit adf6247

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

README.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,45 @@
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)

0 commit comments

Comments
 (0)