Record the screen of your Android or iOS devices and simulators, and convert them to GIFs with a single command.
Screen Recorder requires Python 3 or later.
Install Screen Recorder via PyPI:
pip install screen-recorder
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!