Skip to content

Projects in Python - Restaurant Billing System, Random Data Generator and Wellness Calculator

Notifications You must be signed in to change notification settings

amritanair254/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python branch

Scripts developed in python

Restaurant_Biller

This is an automated Ordering and Billing System. This program allows user to :
  • Select menu items from all avaialable options
  • Prints out the total amount on screen
  • Saves the bill to be physically printed out
  • Sends the order to the kitchen via mail
  • Maintains a record of all orders placed for official purpose

Wellness_calculator

  • BMI calculator calculates user's:
    1. BMI, according to country of origin
    2. Basal Metabolic Rate, which results in calculation of Daily Calorie Needs to lose/gain/maintain weight
    3. Lean Body Mass, Body Fat Percentage and Body Adiposity Index,
    4. Waist to Height ratio and Waist to Hip ratio
    5. Pignet Index (only for males)
  • It tells user if he meets the standards, what his realistic goals should be and how to achieve it.
  • It even gives causes, effects, treatment, etc for weight related disorders.
  • The measurements are maintained in 2 records:
    1. A complete report
    2. A csv database.
  • The report is printed on screen on request
  • Full report can be sent to user via mail.
  • If user requires his historical values which is saved in DB along with other user's values, program will fetch history only for current user.

Random_data_gen

  • Generates random dummy data from lists defined in files, like names contained in name.txt, emails contained in emails.txt
  • This randomly generated data is stored in an sql database.
  • The whole generated table can be printed out
  • This can be used for testing purposes(testing out other scripts that parse databases when the data isn't available yet.
  • New project - a lot of room for improvement - want to introduce graph charting

About

Projects in Python - Restaurant Billing System, Random Data Generator and Wellness Calculator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages