Skip to content

MustaphaAMBALI/Python-Sales-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CLI Sales Calculator

A Python script that reads a CSV file, handles missing/invalid data gracefully and outputs a clean sales summary report.

Features

  • Reads raw sales data from CSV
  • Handles missing and invalid values with try/except
  • Computes revenue totals by category
  • Identifies top category and average order value
  • Logs skipped rows with reasons
  • Saves summary report to .txt file

Tech

  • Python 3
  • csv module
  • File I/O

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors