These are the files of a Python program (a.k.a. App 5) built in the Udemy course "The Complete Python Course in the Professional OOP Approach." The course covers how to make this program step by step, plus nine other Python programs. If you want to learn Python, you can take the course for a high discount in the link below: https://www.udemy.com/course/the-python-pro-course/?referralCode=D1224FDF916B73D7E740
The program is written in Python. This is a web app. Its purpose is to calculate the share that each of the flatmates living in the same flat has to pay from a monthly electricity bill. The users can enter the data in a web form and the end result will also show on the webpage.
- Either clone this repo or download all these files by going to Code -> Download ZIP.
- Create a PyCharm (or other IDE) project and configure a Python interpreter for the project.
- Open the terminal and install the required packages by running:
pip install -r requirements.txt
- Run main.py (the one located in the project root directory) with Python.
- Open http://127.0.0.1:5000/ on your internet browser to see the web app.