GithubHelp home page GithubHelp logo

castro's Introduction

# Castro - screen/cast ro/bot
# A tiny fork of pyvnc2swf, with a smidge of awesome on the side

Install:
    1) Install and launch a vncserver. (Hint: Google it.)
    2) $ [sudo] easy_install castro 
    3) There's no step 3!

Test:
    $ python -c "import castro; castro.test()"

Watch:
    Video stored in: <default_temp_dir>/castro-video.swf
    Video player stored in: <default_temp_dir>/castro-video.html
    
    Linux/OSX:
        $ firefox /tmp/castro-video.html

    Windows:
        C:/> firefox.exe ???/castro-video.html     

Use:
    The Happy Path:
        >>> from castro import Castro
        >>> c = Castro()
        >>> c.start()
        >>> # Do something awesome! 
        >>> c.stop()
      
    Host and display:
        (default is localhost:0)
        >>> c = Castro(host='example.com', display=1)

    Storage directory:
        $ export CASTRO_DATA_DIR=/home/me/screencasts 
        $ python
        >>> from castro import Castro
        >>> c = Castro()

    Filename:
        (default is "castro-video.swf")
        >>> c = Castro(filename = "my-cool-screencast.swf")

    VNC password file:
        (default is "~/.vnc/passwd")
        >>> c = Castro(passwd = "/home/me/.vnc/passwd")

    Specify everything:
        $ export CASTRO_DATA_DIR=/home/me/screencasts 
        $ python
        >>> from castro import Castro
        >>> c = Castro(host     = 'example.com',
                       display  = 1,
                       filename = "my-cool-screencast.swf",
                       passwd   = "/home/me/.vnc/passwd")

castro's People

Contributors

hugs avatar mikitebeka avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.