Code Monkey home page Code Monkey logo

pythonista's Introduction

Pythonista

Here you can find things about Pythonista (a complete development environment for writing Python™ scripts on your iPad or iPhone).

webVR

As it's currently difficult to watch web VR content in full screen on iOS devices, i created this tool. It has some hidden features ;o)

Live session

  • Some gestures allow you to adjust the presentation (vertical offset and scaling).

  • A long press allows you to deactivate momentarily the previous gestures and gives access to the web view content through touch events.

  • You can change the current content using a remote web browser connected to your iOS device.

  • The tool detects sketchfab content and activates automatically its VR view. A same mechanism exists for A-frame content but it's more experimental.

ARKit

My first attempt to use the ARKit framework within iOS 12.1 (and Pythonista 3.3)...
!! Caution, slippery floor !!
Work in progress

Live session

RShell

If you want to access to your stash opened on your iOS device from your desktop, you can use this script.
You have to download it on your bin stash directory and call it from the stash prompt simply by using rshell with -l as argument.

  stash> rshell -l

Then, on your desktop, install this script and call it with the ip address of your iOS device as argument and let the magic happen...

  $> rshell 192.168.0.40

Personally, on my desktop, I prefer to call it from my PyCharm IDE because its console is smarter than the standard terminal to use the backspace key for example...

Live session

pythonista's People

Contributors

brun0oo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pythonista's Issues

rshell cant find _stash global?

First off, thank you so much! ..for your creation of rshell. I have been struggling to accomplish the same without success. Just want to be able to hack, in python, from laptop to phone. I was shocked to not find this functionality in Stash shell, stock. So, thank you for creating it!
Now, on to the error -


<type 'exceptions.KeyError'> - '_stash'
  File "stashr.py", line 104, in handle
    self.interpreterloop(conn, addr)

  File "stashr.py", line 130, in interpreterloop
    _stash = globals()['_stash']

..is what I get at any attempt to connect. I've only begun to use it, so i may locate the answer myself/update this post. Thanks again.

Interactive python session | ssh | etc doesnt work

Seems that stash command line is the only environment that is piped over the connection. If I open an interactive python session, or try to ssh, etc, the stdin/out/err are no longer echoed to client.

I understand this has to do with the redirection of stdin/out/err, just am not python-competent enough to fix it. Are you?

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.