BorisDundakov / GUI_Calculator

A fully developed calculator application with an executable file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUI_Calculator

A simple Calculator app build in Python with Tkinter.

GUI Calculator

How to run - Windows

Clone the repository

https://github.com/BorisDundakov/GUI_Calculator.git

Run the application

  1. Type and search cmd on the Start menu
  2. Navigate to the cloned repository folder
cd C:\Users\username\Downloads\GUI_Calculator
  1. Navigate to the dist folder
cd GUI_Calculator\exe\dist
  1. Start the application
start GUI_Calculator.exe

How to run - Linux

Install wine application

  1. Update the system
sudo apt update
  1. Install wine
sudo apt-get install wine

Clone the repository

https://github.com/BorisDundakov/GUI_Calculator.git

Run the application

  1. Navigate to the 'dist' folder inside the cloned repository
cd  GUI_Calculator/exe/dist
  1. Start the application with wine
wine GUI_Calculator.exe

About

A fully developed calculator application with an executable file


Languages

Language:Python 100.0%