esainane / pyp

Automatically exported from code.google.com/p/pyp
0 stars 0 forks source link

Why not announce Pyp to Android users? #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you agree, here is an announcement you might upload to Android and Qpython 
forums:

The excellent “pyp” text and command processing utility, runs on Android!

The full manual for “pyp” is at 
https://code.google.com/p/pyp/wiki/pyp_manual

How to get going:       
    Install “Qpython” on your device (it is on Google Play) 

    Download “pyp” to your device.  
    As of this writing, the latest version is “pyp_dev.py” from the link at https://code.google.com/p/pyp/issues/detail?id=25

    Copy it to some directory, renaming it “pyp.py” if you wish.    

    When you start “Qpython”, tap the (very unobtrusive) grey “less than sign” at lower right.  
    This will bring up the link to the console. 
    Change directory (cd) to where “pyp.py” is. 
    Try this    
        echo -e “a \n2\n b \n3” | python pyp.py “p.isdigit()”
    and it should print 
        2 and 3.
    If you wish, you can (probably) shorten the typing by copying “pyp.py” to, say, “y”,    
    adding “#qpy:console” as the first line of “y”, and then doing  
        echo -e “a \n2\n b \n3” | sh y “p.isdigit()”

Original issue reported on code.google.com by artsa...@gmail.com on 14 Sep 2014 at 4:35

GoogleCodeExporter commented 8 years ago
cool, thanks! maybe we'll do that once our next upgrade goes out next week.

t

Original comment by tobyro...@gmail.com on 16 Sep 2014 at 9:29