https://github.com/joselucasapp/spreadsheet_analysis_python
This project builds a Python application for data search, organization, and visualization from a spreadsheet. It uses pandas for data manipulation, matplotlib for charting, and Tkinter for a graphical interface to display and interact with the data and charts.
https://github.com/joselucasapp/spreadsheet_analysis_python
csv data-science football gui pandas python requests soccer spreadsheet tkinter
Last synced: 2 days ago
JSON representation
This project builds a Python application for data search, organization, and visualization from a spreadsheet. It uses pandas for data manipulation, matplotlib for charting, and Tkinter for a graphical interface to display and interact with the data and charts.
- Host: GitHub
- URL: https://github.com/joselucasapp/spreadsheet_analysis_python
- Owner: JoseLucasapp
- Created: 2024-06-03T03:06:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T15:11:46.000Z (almost 2 years ago)
- Last Synced: 2024-07-05T16:42:39.619Z (almost 2 years ago)
- Topics: csv, data-science, football, gui, pandas, python, requests, soccer, spreadsheet, tkinter
- Language: Python
- Homepage:
- Size: 3.24 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Spreadsheet Analysis using Python
## Sumary
1. [About the project](#About-the-project)
2. [How to Use](#How-to-use)
3. [Spreadsheet](#spreadsheet)
4. [Author](#author)
## About the project
This project involves developing a Python application that integrates data search, organization, and visualization from a spreadsheet. Using libraries such as pandas for data manipulation and matplotlib for chart creation, the application allows users to search specific information within the spreadsheet, organize this data meaningfully, and visually present it through a graphical interface built with Tkinter. This interface not only displays generated charts but also offers features for interaction and customization, such as image resizing and visual adaptation of GUI elements.
## How to use
Clone this repo:
```
git clone https://github.com/joselucasapp/spreadsheet_analysis_python.git
```
Install the requirements on requirements.txt:
```
pip install -r requirements.txt
```
Execute the main.py:
```
python main.py
```
## Spreadsheet
https://docs.google.com/spreadsheets
## Author
joselucasapp