Professional Python Wrapper Generator for Linux
Run your Python scripts from anywhere using a short, easy-to-remember command, with automatic virtualenv support.
https://github.com/jprojectplatform/J-Wripper
- Interactive wrapper creation for any Python script.
- Automatic virtualenv detection and usage.
- Run scripts globally using a short command from anywhere in terminal.
- No need to activate venv manually.
- Clear instructions and examples printed directly in terminal.
- Colorful, user-friendly terminal UI for better readability.
- Clone the repository:
git clone https://github.com/jprojectplatform/J-Wripper.git
cd J-Wripper
- Make the generator script executable:
chmod +x create_wrapper.py
- Run the generator:
python3 create_wrapper.py
- Enter the full path to your Python script:
Example: /home/jproject/me.py
- Enter the virtualenv folder name (or leave blank if none):
Example: j-env
- Enter the wrapper name (short command):
Example: me
- After wrapper is created, run your script anywhere:
me
me arg1 arg2
- Keep your script and venv folder in the same directory for easy management.
- Wrapper works automatically with Python 3 and your virtual environment.
- You can create multiple wrappers for different scripts.
This project is licensed under the J PROJECT LICENSE (JPL). See LICENSE.md for more details.
jh4ck3r J Project Platform
Enjoy using J EASY SCRIPT RUNNER!