Skip to content

ankhoa1212/python-calculator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator App

This is a calculator app built in Python using PyQt to create the user interface.

Running the App on Windows

Running the app on Windows from commandline (assuming that python3 and pip is already installed)

  1. Install the tool for creating isolated virtual python environments pip install virtualenv
  2. Create a virtual environment python -m venv venv
  3. Open the virtual environment venv\Scripts\activate
  4. Install the required libraries into the virtual environment: pip install -r requirements.txt
  5. Run the program python calculator.py
  6. When finished, the virtual environment can be deactivated with deactivate

About

A calculator app built with Python and PyQt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages