Metadata-Version: 2.1
Name: dev_swiper
Version: 0.0.5
Summary: Stronger swiping game for devs
Home-page: https://github.com/DipanshKhandelwal/dev-swiper
Author: Dipansh Khandelwal
Author-email: dipanshkhandelwal@gmail.com
License: UNKNOWN
Description: # dev_swiper
        
        Stronger swiping game for devs
        
        Works for almost all dating apps :/
        
        PS : Works only with adb
        
        ## Installation
        
        ```sh
         pip install dev-swiper
        ```
        
        ## Steps to use
        
        [`Make sure you have adb installed.`](https://developer.android.com/studio/command-line/adb)
        
        - Install the package.
        - Connect your android device to your PC.
        - Open the respective app
        - Use as you like
        
        ```sh
        swipe
        ```
        
        It will swipe `right` for 20 times.
        
        ![Auto Demo GIf](./demo/auto.gif)
        
        ## Arguments
        
        * `-c, --count` : Number of swipes [ Default : 20 ]
        * `-d, --direction` : Swipe Direction [ Default : right ]
        * `-m` : Manual Mode
        
        ### Manual Mode
        
        - In manual mode you can `swipe` using your `keyboard`
          - `right ->` : Swipe right
          - `left  <-` : Swipe left
          - `q`        : Quit
        
        ![Manual Demo GIf](./demo/manual.gif)
        
        ## Author
        
        [Dipansh Khandelwal](https://github.com/DipanshKhandelwal)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
