Skip to content

Akansrodger/cli-data-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

cli-data-analyzer

๐Ÿ“Š CLI Data Analyzer

๐Ÿ“Œ Project Overview

This is a simple command-line data analysis tool built with Python. It allows users to input a list of numbers and instantly receive basic statistical insights.

๐Ÿš€ Features

  • Accepts user input of multiple numbers
  • Calculates:
    • Mean (average)
    • Maximum value
    • Minimum value
    • Count of numbers
  • Provides simple insights based on the data
  • Handles invalid input gracefully

๐Ÿ› ๏ธ Technologies Used

  • Python 3

๐Ÿค– Use of GitHub Copilot

GitHub Copilot was used to assist in generating parts of the code structure and logic. It helped speed up development by suggesting function structures and improving code organization. The final implementation was reviewed and modified to ensure correctness.

โ–ถ๏ธ How to Run

  1. Clone or download this repository
  2. Open terminal in the project folder
  3. Run:
python data_analyzer.py

Enter numbers when prompted ๐Ÿ’ก Example Input 10, 20, 30, 40

๐Ÿ“Š Example Output Count: 4 Average (Mean): 25.00 Highest Value: 40 Lowest Value: 10

๐Ÿ”ฎ Future Improvements

Add median and standard deviation

Export results to a file (CSV)

Visualize data using charts

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages