Skip to content

A simple web-based application to access shells & shell based applications in the system via a browser

License

Notifications You must be signed in to change notification settings

imsubhamsingh/webpty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpty

webpty is a simple web-based application to access shells & shell based applications in the system via a browser.

PyPI version

Screenshots

Bash Shell

Online Bash Shell

Python Shell

Online Python Shell

VIM

Online Vim

Installation

Use the package manager pip to install webpty.

pip install webpty

Usage

webpty

This creates a tornado server which will be serving your bash shell on http://localhost:8000/

Change shell

webpty -c $SHELL

or

webpty --cmd=$SHELL

This $SHELL can be anything like bash, sh, python, vim, etc. which is present in the system.

Change port

webpty -p $PORT

or

webpty --port=$PORT

This creates a tornado server which will be serving your bash shell on http://localhost:$PORT/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

-

Python Powered

About

A simple web-based application to access shells & shell based applications in the system via a browser

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 66.9%
  • JavaScript 15.4%
  • HTML 12.0%
  • CSS 5.7%