An open API service indexing awesome lists of open source software.

https://github.com/jcxldn/pyos

A Python CLI for Python 2
https://github.com/jcxldn/pyos

hacktoberfest pyos python python-2 python-cli python2 python27

Last synced: 5 months ago
JSON representation

A Python CLI for Python 2

Awesome Lists containing this project

README

        

# PyOS

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e3808caf3fcd469187062693a68cb95d)](https://www.codacy.com/app/CodeNet/PyOS?utm_source=github.com&utm_medium=referral&utm_content=Prouser123/PyOS&utm_campaign=Badge_Grade)
[![codebeat badge](https://codebeat.co/badges/f326bb09-b832-4fd9-84f2-d16dd7428c79)](https://codebeat.co/projects/github-com-prouser123-pyos-master)
[![CodeFactor](https://www.codefactor.io/repository/github/prouser123/pyos/badge)](https://www.codefactor.io/repository/github/prouser123/pyos)

![Lines of Code](https://tokei.rs/b1/github/Prouser123/PyOS)
![GitHub (pre-)release](https://img.shields.io/github/release/Prouser123/PyOS/all.svg)

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.](https://github.com/Prouser123/PyOS/blob/master/CONTRIBUTING.md)

## 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](DOCUMENTATION.md)