How to use pyvan - 1 common examples

To help you get started, we’ve selected a few pyvan examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ClimenteA / pyvan / example / van.py View on Github external
import pyvan 

OPTIONS = {"main_file_name": "main.py", 
            "show_console": False,
            "use_pipreqs": True,
            "install_only_these_modules": [],
            "exclude_modules":[],
            "include_modules":[],
            "path_to_get_pip_and_python_embeded_zip": ""
            }

pyvan.build(OPTIONS)

pyvan

Make runnable desktop apps from your python scripts more easily with pyvan!

MIT
Latest version published 4 days ago

Package Health Score

64 / 100
Full package analysis

Popular pyvan functions