Metadata-Version: 2.1
Name: opens
Version: 1.3.1
Summary: OpenShell is a feature-rich, open-source shell with all the functionality of Python!
Author: The Open Project
Author-email: opendylan@proton.me
Requires-Python: >=3,<4
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# OpenShell

Welcome to OpenShell! This shell is different to others - instead of typing endless commands into a complicated terminal, you have all the power of Python at your fingertips!

OpenShell isn't just a Python interpreter, either. It's got an entire Python library behind it - designed specifically for the shell!

## Changelog

1.0:

* Core shell
* Variables
* Conditions
* Loops
* `echo` function
* Lots of colours :)
* (A lot more was added)

1.1:

* `prompt` function
* More terminal styling
* Made command input bold
* Cleaned up error handling code

1.2:

* Changed version shown when launching terminal!
* Code optimisation
* `fullpath` function
* Removed unwanted code
* Banned using `os` module (for security)

1.3:

* `ls` function
* `fullpath` no longer returns `/` when path doesn't exist
* `cd` function
* Improved returns (now prints return in green)

