Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 586 Bytes

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:

pip install screen-recorder

Usage

After installation, run the following commands to record a screen:

# To record an Android device or emulator
>> screen-recorder android  

# To record an iOS device or simulator
>> screen-recorder ios

That’s it—enjoy!