Skip to content

pythonprocourse/app5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What are these files?

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

What does the program do?

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.

How to run the program

  1. Either clone this repo or download all these files by going to Code -> Download ZIP.
  2. Create a PyCharm (or other IDE) project and configure a Python interpreter for the project.
  3. Open the terminal and install the required packages by running: pip install -r requirements.txt
  4. Run main.py (the one located in the project root directory) with Python.
  5. Open http://127.0.0.1:5000/ on your internet browser to see the web app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published