akkupy / Calculator_Num_Function

A web based calculator and basic mathematical functions calculator.(Uses Python flask as Backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator And Number Function

A Webapp Calculator!

Based on Python Flask

Deploying To Heroku

Deploy To Heroku

Steps To Follow On Heroku

  • Click Deploy To Heroku
  • Fill up the App name
  • Deploy
  • Wait for the deployment
  • Check if your site works on going to https://{app-name}.herokuapp.com!

Self-hosting (For Devs)

Simply clone the repository and run the main file:

# Install Git First // (Else You Can Download And Upload to Your Local Server)
$ git clone https://github.com/akkupy/Calculator_Num_Function
# Open Git Cloned File
$ cd Calculator_Num_Function
# Config Virtual Env (Skip is already Done.)
$ virtualenv -p /usr/bin/python3 venv
$ . ./venv/bin/activate
# Install All Requirements.
$ pip(3) install -r requirements.txt
# Start Service
$ python(3) -m app

About

A web based calculator and basic mathematical functions calculator.(Uses Python flask as Backend)

License:GNU General Public License v3.0


Languages

Language:CSS 55.2%Language:Python 26.6%Language:HTML 18.2%