Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ram1103/url-math-operation
- Owner: Ram1103
- Created: 2023-08-27T04:43:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T05:11:33.000Z (about 1 year ago)
- Last Synced: 2023-08-27T05:26:09.826Z (about 1 year ago)
- Topics: beginner, flask, get, python3, url
- Language: Python
- Homepage:
- Size: 0 Bytes
- 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 :![Alt text](image.png)
- History :
![Alt text](image-1.png)
- Math operation :
![Alt text](image-2.png)