Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Latest commit

 

History

History

tiles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Progress

Tile Calculator

Tier: 1-Beginner

Calculate the total cost of tile it would take to cover a floor plan of width and height, using a cost entered by the user. PyQt5 is used as the GUI Framework

User Stories

  • Command Line Version
  • GUI Version
  • User should be able to select different types of measurements (example: Inches, Feet, Centimeters)
  • Should Display the Total cost in a user-friendly way

Useful links and resources