Metadata-Version: 2.1
Name: skill-plotter
Version: 0.1.0
Summary: CLI tool to generate a plot of your skills
License: MIT
Author: Andre Wohnsland
Author-email: 50302161+AndreWohnsland@users.noreply.github.com
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.8,<4.0)
Requires-Dist: pandas (>=2.1.1,<3.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# The Skill Plotter: Overview

This little package will help you visualize the skills of you for your CV, presentations or similar.
Instead of using some designer software like Illustrator or just the office package we are going to use matplotlib and python.
Because, well, we can.

## Installation

The skill plotter package is available as a CLI command and can be installed via pip:


```bash
pip install skillplotter
```

## Usage

Just use the CLI command to run the plotter:

```bash
skillplotter x y z
```
<!-- TODO: Add command interface -->

## Colors

You can choose any colors given in the [matplotlib documentation](https://matplotlib.org/3.1.0/tutorials/colors/colors.html).

## Development

### Minimal Requirements

```
- Python 3.9
- matplotlib 3.8
```

## Examples

Here you can see an example of the generated svg. Currently there are always two equal divided columns, in the future there will be the option to choose between one to three columns.

![skillist](docs/skills_example.png "your skillist")

