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)
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for global_py-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80df667af192f55fa6cd9332812b90a5a804fe8c8afb47fc177622dbfa8cbbb5 |
|
MD5 | 055d400c03cc68b0f22c04641c64c6dc |
|
BLAKE2b-256 | d5061ff1a9266c3e8fe4e324274da280256784898f179ddce923d417c727f4db |