Metadata-Version: 2.1
Name: screen-recorder
Version: 0.9.3
Summary: Record Android & iOS screens as GIFs from the command line
Home-page: https://github.com/thellmund/screen-recorder
Author: Till Hellmund
Author-email: thellmund@gmail.com
License: MIT
Description: ## Screen Recorder
        
        Record the screen of your Android or iOS devices and simulators, and convert them to GIFs with a single command.
        
        #### Requirements
        
        Screen Recorder requires Python 3 or later.
        
        #### Installation
        
        Install Screen Recorder via PyPI:
        
        ```bash
        pip install screen-recorder
        ```
        
        #### Usage
        
        After installation, run the following commands to record a screen:
        
        ```bash
        # To record an Android device or emulator
        >> screen-recorder android  
        
        # To record an iOS device or simulator
        >> screen-recorder ios
        ```
        
        That’s it—enjoy!
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
