# Crisps

You can eat and get fat. Just by 1 line of 
code you can start your profile and start to eat crisps. More fat more powerfull!!

## Installation

The pip code for installing Crisps:

```
pip install crisps
```

## How to use Crisps?

In version 0.0.2 you have to write this code for your profile:

```python
profilename = crisps.new("Your Name", "Your kilogram") 
```

### Printing Your Info:

You just need to print like this

```python
print(profilename.name)
```

