Skip to content

boon-code/npyck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

npyck creates a shell skript which loads a python project...
all python source files are appended to the shell skript 
in a compressed zip file.

it's easy to use:
let's say we got 2 source files, main.py and other.py
just call ./npyck.py main.py other.py -o packet.sh

now ./packet.sh *  should have the same effects as python main.py *

supports only unix like operating systems, (it would work on windows if you had a shell...)

things to check/fix
  * ...

About

creates runable packet from python source files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages