Metadata-Version: 2.1
Name: btbpython
Version: 2.1.1
Summary: A feature rich API to interact with the BttesToBits API
Home-page: https://github.com/Pug234/btb.py
Author: Corbin McKEe
Author-email: corbin.mckee.ryan@gmail.com
License: MIT
Keywords: API,BtbAPI,py,python,APIWrapper,btb.py,btb,BytesToBits
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: Pillow

# Welcome to btbpug

btbpug is a feature rich way to interact with the [BytesToBits API](https://api.bytestobits.dev/)

## Getting started

A guide on how to get btbpug up and running

### Installing


To install btbpug from PyPI use

`python3 -m pip install -U discord.py`


### Usage


Now that you have installed btbpug, lets start writing some code to see what we can do with it

Lets start simple by just returning a word

```
  import btbpug as btb
  print(btb.word())
  #citifications
```

Great, that all worked! For information on what you can do with this library look though the rest of the documentations. For more examples of using this library check out [Examples](https://github.com/Pug234/btb.py/tree/main/examples), you can also vist the rest of the [documentation](https://github.com/Pug234/btb.py/blob/main/docs/documentaion.md)


