gnu-screen

GNU-Screen session module handler for NodeJs


Keywords
gnu, gnu-linux, gnu-screen, screen, screen-session
License
GPL-3.0
Install
pip install gnu-screen==0.0.8

Documentation

What is this ?

Lib-GNU-screen are Python/NodeJs high-level library made to handle gnu-screen sessions.

alt text

They were build to handle and manage minecraft servers with Python first and then NodeJs.

Table of Contents

Required

  • Python: 3.8
  • NodeJs: 12.16.0
  • GNU-Screen: 4.08.00

Installation

  • First make sure you have gnu-screen installed:
$ apt-get install screen
  • Python : To use this project, use pip:
$ pip install gnu-screen
  • NodeJs : To use this project, install it locally using npm:
$ npm i gnu-screen

Reports

If you see anything that look like stupid or useless in the code, don't hesitate to say it, I'm just a beginner.