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
- Host: GitHub
- URL: https://github.com/jcxldn/pyos
- Owner: jcxldn
- License: mit
- Archived: true
- Created: 2018-03-28T06:06:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-23T12:47:51.000Z (over 5 years ago)
- Last Synced: 2025-01-20T21:12:44.093Z (5 months ago)
- Topics: hacktoberfest, pyos, python, python-2, python-cli, python2, python27
- Language: Python
- Homepage: https://prouser123.me/PyOS/
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# PyOS
[](https://www.codacy.com/app/CodeNet/PyOS?utm_source=github.com&utm_medium=referral&utm_content=Prouser123/PyOS&utm_campaign=Badge_Grade)
[](https://codebeat.co/projects/github-com-prouser123-pyos-master)
[](https://www.codefactor.io/repository/github/prouser123/pyos)
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)