我可以在Python中编写screencapture吗? [英] Can I write a screencapture in Python

查看:133
本文介绍了我可以在Python中编写screencapture吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


  • 是否有任何库可用于在Python中编写屏幕截图。
  • 是否可以使其成为跨平台的?
  • li>
  • 是否可以捕捉视频?
    如果可以实时的话?

  • 或者可以直接
    生成Flash电影吗?

  • 你可以尝试这个
    可能是这个 pypi / castro / 1.0.4rel =nofollow noreferrer> URL 可以帮助您。



    其castro!

     >>>下面的示例代码可能是有用的。 from castro import Castro 
    >>> c = Castro()
    >>> c.start()
    >>> #做一些真棒!
    >>> c.stop()


    • Are there any libraries to that can be used to write a screen capture in Python.
    • Can it be made to be cross-platform?
    • Is it possible to capture to video? And if could that be in real-time?
    • Or would it be possible to directly generate flash movies?

    解决方案

    you can try this also may be this URL can help you out.

    its castro !!! see the sample code below may be useful....

    >>> from castro import Castro
    >>> c = Castro()
    >>> c.start()
    >>> # Do something awesome!
    >>> c.stop()
    

    这篇关于我可以在Python中编写screencapture吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆