Skip to main content

Make your python scripts globally accessible!

Project description

# GlobalPy
The package **pyglobal** allows you to execute your python scripts globally

## Available on pypi
`pip install globalpy`

## How to use?

```
globalpy --help
usage: globalize [-h] [--setup] [--target TARGET [TARGET ...]]
[--pyversion PYVERSION] [--alias ALIAS [ALIAS ...]]

optional arguments:
-h, --help show this help message and exit
--setup, -s run only once after installing module
--target TARGET [TARGET ...], -t TARGET [TARGET ...]
target file that should become a global command
(multiple targets possible)
--pyversion PYVERSION, -p PYVERSION
choose the python version to execute in
--alias ALIAS [ALIAS ...], -a ALIAS [ALIAS ...]
alias for the program
```

## Demo

`globalpy -t test.py - a myalias`


![alt img <>](demo/alias.png)

When no alias is specified, the filename will be used as an alias:

`globalpy -t test.py`


![alt img <>](demo/default.png)

## License

License can be found [here](https://github.com/frankzl/globalpy/blob/master/LICENSE)


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

global-py-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

global_py-0.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page