Food Data Visualizer was made to help user visualize and analyze people's behavior when choosing and ordering food.
This program lets user be able to :
- Filter and view data
- Create and analyze histograms
- Create and analyze bar graphs
- See an example data story
- Analyze descriptive statistics
- Python >= 3.12
- Other packages in requirement.txt
a. Install git here if you haven't
b. Install python here if you haven't
c. Open Terminal/Command Prompt
- Clone this repository
git clone https://github.com/NoMoneyDev/Food-Delivery-Data-Visualizer.git
- Change directory to this project
cd Food-Delivery-Data-Visualizer
- Create virtual environment
python -m venv env
-
Activate the virtual environment
- For Windows:
.\env\Scripts\activate - For macOS or Linux:
source env/bin/activate
- For Windows:
-
Install required packages
pip install -r requirements.txt
- Run main.py
python main.py
| File Name | Description |
|---|---|
| main.py | Main script used to run the program |
| UI.py | The class file used to create tab |
| data_manager.py | The class file used to manage data and create graphs |
| data | Directory used to store data file |
| img | Directory used to store graphs for data story and logo |
| requirement.txt | .txt file listing required packages to run the program |
The names of the restaurants used are only for representational purposes.
They do not represent any real life nouns, but are only fictional.





