AbhyasKanaujia / MCA-Mini-Project-Calculator-TCP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator TCP Client Server Application MCA Mini Project

This project demonstrates TCP communication in computer network using the socket library in Python. The Graphical User Interface is made using tkinter.

Why use it?

Its useful for simple calculations.

Features

  • Add
  • Multiply
  • Subtract
  • Divide
  • Modulus

Made with

Running the project locally on your machine

git clone https://github.com/AbhyasKanaujia/MCA-Mini-Project-Calculator-TCP.git
cd MCA-Mini-Project-Calculator-TCP.git
./CalculatorServer.py
./Calculator.py

image_2022-04-23_16-24-15

Issues

  • Feel free to submit more issues and enhancement requests.
  • If Calculator is not working properly, please file a report in the Feedback Hub.

Contributing

Any kind of contributions are welcome.

  1. Fork the repo on GitHub.
  2. Clone the project to your own machine.
  3. Commit changes to development branch.
  4. Push your work back up to your fork.
  5. Submit a Pull request so that i can review your changes.

About


Languages

Language:Python 100.0%