DenzGraphingApiWrapper_py ======== DenzGraphingApi_py is an ApiWrapper for DenzGraphingApi. this will make life easy and makes using the api a hassle free experience Features -------- - makes life easier - Supports discord embeds for discord bots Installation ~~~~~~~~~~~~~ Install DenzGraphingApiWrapper by running: ``pip install DenzGraphingApiWrapper-py`` ``pip install git+https://github.com/denzven/Denzven-Graphing-Api-Wrapper.git`` Import it like this: ``import DenzGraphingApiWrapper_py as GraphingApi`` Usage ~~~~~~ Here are some examples on how to use this wrapper :: >>> # Shell Example >>> import DenzGraphingApiWrapper_py as GraphingApi >>> formula = 'x**2+y**2-10' >>> GraphingApi.heroku_graph(formula) '' >>> GraphingApi.py_anywhere_graph(formula) '' you can use this url as a picture in discord and also in embeds like this :: import DenzGraphingApiWrapper_py as GraphingApi insert epik code Contribute ~~~~~~~~~~ - Issue Tracker: - Source Code: - Documentation = Support ~~~~~~~ If you are having issues, please let us know. Join the Discord Server! License ~~~~~~~~ The project is licensed under the MIT license.