c0sta / py-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Project developed to conclude the software engineering laboratory subject

Installatation

Installing virtualenv:

pip install virtualenv

Creating env

virtualenv venv

Accessing env

source venv/bin/activate

Installing dependencies:

pip install -r requirements.txt

Starting app:

python app.py

About


Languages

Language:Python 43.5%Language:HTML 25.8%Language:CSS 20.6%Language:JavaScript 10.1%