This is a Sales Performance Monitor where you can enter the sales into an app and assign a salesperson, the data gets saved to a csv file then displayed in a bar chart
- The app gives you the option to add a sale or view sales performance
-
You will be prompted to add the value and choose a salesperson
-
If you did not enter anything in the value textbox, you will be prompted to enter a value in order to continue
-
The sales data will be added to sales_data.csv
-
You will be returned to the main menu
-
Data is converted to a dataframe
-
The dataframe is displayed as a bar chart showing the total sales amounts for all salespeople
git clone(repo)
cd(repo)
python sales_perforance.py
python3 sales_performance.py
-
Python
-
Tkinter
-
Pandas
-
Matplotlib