Metadata-Version: 2.1
Name: BoldLines
Version: 0.1.1
Summary: BoldLines Python Package
Home-page: UNKNOWN
Author: krishna sonune
Author-email: krishnasonune87@gmail.com
License: UNKNOWN
Keywords: python,first package
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


# BoldLines Package

BoldLines package will help you to impress other people by using unique pickup lines

## Installation

Install BoldLine package using command

```bash
  pip install BoldLines
```
    
## Examples

```python
    from BoldLines import lines

    fun = lines.getLine(type='funny')
    print(fun)

    chessy = lines.getLine(type='cheesy')
    print(chessy)

    cute = lines.getLine(type='cute')
    print(cute)
```


## Authors

- [@krishna sonune](https://www.github.com/krishnasonune)


## 👨‍💻 About Me
I'm a full stack developer...



