Skip to content
/ fastcap Public
forked from williamfzc/fastcap

fast screen cap on android, with minicap.

License

Notifications You must be signed in to change notification settings

lycfr/fastcap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastcap

fast screen cap on android, with minicap.

Installation

pip install fastcap

Usage

d = MNCDevice('123456F')
d.screen_shot()
d.export_screen('./aaa.png')

and now you will get 'aaa.png' in current directory.

TODO

File transport is not a perfect way. For further usage, we should replace it with socket.

License

MIT

About

fast screen cap on android, with minicap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%