Giter VIP home page Giter VIP logo

denzven-graphing-api-bot's Introduction

A simple Graphing Discord bot.

• Info

This is a Basic Graphing Bot and is a showcase of Denzven-Graphing-Api to plot flat,polar and 3-dimensional graphs using the input formula

Denzven-Graphing-Api-Bot

Welcome! this is an Example Bot made for showcasing the abilties of Denzven-Graphing-Api

1. About the Api:

Denzven-Graphing-Api is my first flask project that plots graphs of formulas/Equations using python. i have also made and Api-Wrapper (mostly for practice) to make life easy and to use this Api.


2. How to Use the Api?

Using the Api is as simple as sending a request to the website with some params such as the fourmula ,grid ,plot_stylee ,x_coord ,y_coord (and more params coming..) and the Api will return an image of the plotted Graph.

Example of a requested url:

http://denzven.pythonanywhere.com/DenzGraphingApi/v1/flat_graph/test/plot?formula=x%2By&x%2By&grid=1&plot_style=3&x_coord=20&y_coord=20

Graph Example in Discord

Note:

  • Base url:
  • the formula:
    • ?formula=x%2By&x%2By

      Note that this url is “urlencoded” using urllib.

    • what can the formula contain?
      • trignometric functions:

        sin() cos() tan()

      • powers

        x**2 = x²

      • Basic BODMAS

        ()=Brackets,
        /=Divide,
        *=Mutiply,
        +=Add,
        -=Subtract

      • Misc:

        pi=value of the const pi,
        sqrt()=square root of the value,
        %=modulos gives the remaider of the divsion

        • eg: 2%6=0 and 2%(10)=0
  • the params:
    • &grid=1

      grid refers to the presence of smaller grid lines, 1 is true and 0 is false

    • &plot_style=3

      these are a list of the default plot_styles it can range from 0-25

    • &x_coord=20

      the value ot the x coordinate (horizontal)

    • &y_coord=20

      the value ot the y coordinate (vertical)


3. Limitations of the Api

The api has several limitations in its use now, and is slowly getting patched/fixed.

Some Known ones:

  • limitations in the formula usage: the formula must equate to zero.
    like “x+y” as input will mean the graph of “x+y=0” and it must contain bot x and y in the equation.

I dont know of any other feel free to add them in!


4. Contributing to the Api (if you want to add changes/neaten up the code)

  • Fork the repository
  • Clone your fork: git clone https://github.com/denzven/Denzven-Graphing-Api-Bot.git
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

5. Known Bugs and Issue reporting

  • there was a bug by putting exit() or quit() in the formula that would turn off the api.. i have tried my best to patch it

I dont know of any other feel free to add them in!

6. About Me

I am a 17 year old wierdo that hops on with tons of hobbies and gets bored easily. Tried out a bunch of stuff like blender3D, voxel art, making discord bots and telegram bots, basic python programs, right now i am making an Graphing API and its wrapper. you can find more info about me here

Thank you! Hope You can tribute much needed support and enjoy using the api as much i did making it 😁

denzven-graphing-api-bot's People

Contributors

45i avatar denzven avatar nirlep5252 avatar realityprogrammer avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.