diff --git a/README.md b/README.md index bec96b0..df64016 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ The easiest way to ship python applications. +![Demo](https://github.com/tusharsadhwani/packaged/blob/main/demo.jpg) + +`packaged` can take any Python project, and package it into a self contained +executable, that can run on other machines without needing Python installed. + ## Installation ```bash diff --git a/demo.jpg b/demo.jpg new file mode 100644 index 0000000..bc25c4c Binary files /dev/null and b/demo.jpg differ