Metadata-Version: 2.1
Name: SuperHelper
Version: 0.2.0
Summary: A collection of Python CLI to make life easier for terminal geeks!
Home-page: https://github.com/GreaterGoodCorp/FocusEnabler
Author: Nguyen Thai Binh
Author-email: binhnt.mdev@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/GreaterGoodCorp/FocusEnabler/issues
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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: Topic :: Home Automation
Classifier: Topic :: Office/Business
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: colorama

# SuperHelper

A collection of Python CLI to make life easier for terminal geeks!

## Installation

### Prerequisites

Python (`python3.6` and above) with `pip` installed.

### Via `pip`

For most end-users, this package can be installed by running:

```bash
pip3 install SuperHelper
```

> Notes:
> 
> * Make sure `pip3` is up-to-date by running `python3 -m pip --install pip`.
> 
> * For Windows, use `python` instead of `python3`, and `pip` instead of `pip3`.

### Via source

The latest source code for this program can be found on [GitHub]. The program can then be built from source by running:

```bash
git clone https://github.com/GreaterGoodCorp/SuperHelper
make install
```

## Documentation

Please refer to `README.md` files located in each subpackage.

## Changelog

### Pre-release

* Version `0.0.1`: Project initialisation.

* Version `0.0.2`: Disabled `DEBUG` mode.

* Version `0.1.0`: Added new core utilities functions, including installing, disabling and listing modules,
  and showing versioning.

* Version `0.2.0`: Added a new module `Builtins.Steganographer` and restructured the code completely.

## Contributing

Please refer to [the contributing guidelines][CONTRIBUTING.md] for more information.

## License

This program is licensed under the
[MIT License](https://github.com/GreaterGoodCorp/SuperHelper/blob/main/LICENSE).

[GitHub]: https://github.com/GreaterGoodCorp/SuperHelper


