Metadata-Version: 2.1
Name: xprint
Version: 1.0.1
Summary: xprint
Home-page: https://github.com/neoctobers/xprint
Author: @neoctobers
Author-email: neoctobers@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: colorama

# xprint

## Development Environment

- Windows 10
- Python 3.7.0

## Installation

```
$ pip3 install xprint
```

## Usage

```
import xprint as xp
xp.init()

xp.success()
xp.error()
xp.value()
xp.step()
xp.job()
xp.about_t()
xp.about_to()
xp.getting()
...
```


