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: 2 months ago
JSON representation
Python based server called using URL for mathematical operations
- Host: GitHub
- URL: https://github.com/ram1103/url-math-operation
- Owner: Ram1103
- Created: 2023-08-27T04:43:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T13:00:13.000Z (almost 3 years ago)
- Last Synced: 2025-05-15T13:51:26.901Z (about 1 year ago)
- Topics: beginner, flask, get, python3, url
- Language: HTML
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 :

- History :

- Math operation :
