Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

jcxldn/PyOS

Repository files navigation

PyOS

Codacy Badge codebeat badge CodeFactor

Lines of Code GitHub (pre-)release

A Python CLI made for Python 2.

Features

  • Command auto-completer
  • Easy command addition
  • Command arguments
  • Plugin support (coming soon!)

Contributing

We handle contributions through pull requests on GitHub. Active development is usually done in branches, which are then merged with master for final release.

For instructions on how to contribute, please click here.

Examples

There is an example program in the programs directory.

Dependencies

This is only usually required on Windows systems.

You can install the requirements with this command:

pip install -r requirements.txt

You only need to install these requirements if the program fails to launch.

Notes

Documentation