An open API service indexing awesome lists of open source software.

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.

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