gsheetsX is a Flask web app that allows easy viewing and sorting of data from Google Sheets. With gsheetsX, you can effortlessly explore and present tabulated information in ascending order, providing a sleek and user-friendly data visualization experience.
-
Clone the repository and install the required dependencies using the provided
requirements.txtfile. -
Run the Flask app locally with
python3 app.py. -
Access the web app via your web browser at
http://localhost:5000. -
Enter the Google Sheets document ID in the input field and click "Submit" to view the sorted data.
-
Enjoy an intuitive and modern way to explore your Google Sheets data effortlessly.
- Flask
- Flask-WTF
- pandas