Skip to content

darumatic/pyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyx

Single command to run python3 script anywhere. pyx = install python + install git + checkout repository + run your script.

Alt text

Example usage

  1. Run git repository python scripts

    $ pyx https://github.com/darumatic/pyx scripts/hello.py
    

    or

    $ pyx git@github.com:darumatic/pyx.git scripts/hello.py
    

    For github repositories, we could also use the short repository name.

    $ pyx darumatic/pyx scripts/hello.py
    
  2. Run http python scripts

    $ pyx https://raw.githubusercontent.com/darumatic/pyx/master/scripts/hello.py
    
  3. Run local python scripts

    $ pyx hello.py
    

About

Single command to run python3 script anywhere.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published