Metadata-Version: 2.1
Name: Python-Charmers
Version: 0.0.1
Summary: A collection of useful python programs.
Home-page: UNKNOWN
Author: Shuto Iwasaki
Author-email: cabernet.rock@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/iwasakishuto/PythonUtils/issues
Project-URL: Source Code, https://github.com/iwasakishuto/PythonUtils
Project-URL: Say Thanks!, https://twitter.com/cabernet_rock
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: numpy-stl
Requires-Dist: scipy
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'

# Python-Charmers

[![header](https://github.com/iwasakishuto/Python-Charmers/blob/master/image/header.png?raw=true)](https://github.com/iwasakishuto/Python-Charmers)
[![PyPI version](https://badge.fury.io/py/Python-Charmers.svg)](https://pypi.org/project/Python-Charmers/)
[![GitHub version](https://badge.fury.io/gh/iwasakishuto%2FPython-Charmers.svg)](https://github.com/iwasakishuto/Python-Charmers)
![Python package](https://github.com/iwasakishuto/Python-Charmers/workflows/Python%20package/badge.svg)
![Upload Python Package](https://github.com/iwasakishuto/Python-Charmers/workflows/Upload%20Python%20Package/badge.svg)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/iwasakishuto/Python-Charmers/blob/master/LICENSE)

A collection of useful python programs.

## Installation

There are two ways to install **Python-Charmers**:

- **Install from PyPI (recommended):**
    ```sh
    $ sudo pip install Python-Charmers
    ```
- **Alternatively: install PyGuitar from the GitHub source:**
    ```sh
    $ git clone https://github.com/iwasakishuto/Python-Charmers.git
    $ cd Python-Charmers
    $ sudo python setup.py install
    ```

## CLI

**CLI** is a command line program that accepts text input to execute operating system functions.

|Command|Description|
|:-:|:-|
|`pycharmers-show`|Show all Python-Charmers's command line programs.|

## Quick example

- **[example notebooks](https://nbviewer.jupyter.org/github/iwasakishuto/Python-Charmers/blob/master/examples/)**

