Skip to content

cd-andrew-workspace/PyOS

 
 

Repository files navigation

PyOS

Codacy Badge codebeat badge CodeFactor

GitHub (pre-)release

A Python CLI made for Python 2.

Features

  • Command auto-completer
  • Easy command addition
  • 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.

You can import any script in the internal folder with:

import internal.scriptname

Example: import internal.extra

There is a color class in internal.extra.colors which can be used to display various styles in the command-line.

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

About

A Python CLI for Python 2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.5%
  • HTML 12.5%