Metadata-Version: 2.1
Name: meta_api
Version: 1.0.0
Summary: meta_api Wrapper
Home-page: https://github.com/TAMILVIP007/meta_api.git
Author: Tamilvip007
Author-email: indrajeethy.it20@gmail.com
License: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# **METAVOID WRAPPER**


_This is a an official Wrapper for matavoid Api. To let users to use api with ease._


## Examples:

To get language translation 


```
from meta_api import META
x = META()
print(x.translate("amma"))
```

To get wallpaper images

```
from meta_api import META
x = META()
print(x.wallpaper("RED ANIME"))
```

<i>Checlout more at <a href="github.com/tamilvip007/meta_api/blob/master/main.py">main.py</a></i>


