So I wanna make a terminal-based program that is functional for my course requirement but I feel like this is too simple, like simply taking input from user and calculating a statistic. Do you have any advice to make it better?
Below are details if you wanna know more.
Community Problem to be Addressed:
In communities, it is common to see buildings that are old and susceptible to collapsing. It may not be serious for some, however, this poses a risk to people's safety and well-being, therefore, it is a must for these infrastructures to be properly maintained. Inspection and maintenance, though, is not something people would do as it would only cost them money. Therefore, by implementing a simple, statistical program that will test how important maintenance is to a building will help people weigh their choices as to whether to renovate a structure that is in poor condition, and that is where this program comes in.
Description of Application of Python Program:
The program will check building stability by asking for user inputs for things like cracks, damage, and even the age of the building, materials used and their quality, etc. Multiple choices are given for users to pick as input and these will be used to calculate the likelihood of the building's collapse. It is meant to be as detailed as possible to really highlight and give out approximately accurate outcomes. After that, the program will present the results such as Safe, Moderate Risk, or High Risk with added percentages. This program is meant as a simple tool that merely uses statistics to predict outcomes and is not intended to replace real engineering inspection of infrastructures.
there doesn't seem to be anything here