Metadata-Version: 2.1
Name: dracula-cli
Version: 0.1.1
Summary: A beautiful command line interface for draculatheme.org and dracula in general
Home-page: https://github.com/wasi-master/dracula-cli
Author: Wasi Master
Author-email: arianmollik323@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/wasi-master/dracula-cli/issues
Project-URL: Source, https://github.com/wasi-master/dracula-cli
Project-URL: Say Thanks, https://saythanks.io/to/wasi-master
Keywords: dracula,dracula-cli,dracula-theme,python-dracula
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
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
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Terminals
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Dracula CLI

`dracula-cli` is [`draculatheme.org`](https://draculatheme.org) on the command line. It brings app information, installation guide, and other Website concepts to the terminal next to where you are already working with dracula and your code.

![](./screenshot.png)

## Installation

The easiest way to install `dracula-cli` is to install it with [pip](https://pypi.org/project/pip/ "pip is the package installer for Python."). Note that you'll need to have python version 3.6 or later installed. To install, run the following command in a terminal:

```sh
pip install dracula-cli
```

You may want to replace `pip` with `pip3` if this fails.

## Usage

> **Note:** There are several parameters you can tweak to change the behavior of the following commands

```sh
dracula view visual-studio-code
```

```sh
dracula all
```

## Documentation

The documentation is currently available at [DOCUMENTATION.md](https://github.com/dracula/dracula-cli/tree/master/DOCUMENTATION.md)

## Contributing

If anything feels off, or if you feel that some functionality is missing, please consider opening an issue or a pull request


## Team

This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/dracula-cli/graphs/contributors).

| [![Wasi Master](https://github.com/wasi-master.png)](https://github.com/wasi-master) |
| --------------------------------------------------------------------------------------------------------------- |
| [Wasi Master](https://github.com/wasi-master)                                                            |

## License

[MIT License](./LICENSE)


