Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ram1103/url-math-operation

Python based server called using URL for mathematical operations
https://github.com/ram1103/url-math-operation

beginner flask get python3 url

Last synced: about 17 hours ago
JSON representation

Python based server called using URL for mathematical operations

Awesome Lists containing this project

README

        

# Mathematical Operations Server

This is a simple Python-based server that responds to mathematical operations sent via URLs. It also maintains a history of the last 20 operations performed on the server. The server is built using the Flask framework.

## Features

- Supports basic mathematical operations: addition, subtraction, multiplication.
- Maintains a history of the last 20 operations performed.
- History is preserved even after a server restart.

## Prerequisites

- python3.x
- flask
- collections
- json

## Run this for installing packages!

pip install requirements.txt

## Run the server

python main-server.py

## Screenshots
- Homepage :

![Alt text](image.png)

- History :

![Alt text](image-1.png)

- Math operation :

![Alt text](image-2.png)