Skip to content

otaviocarlos/financesDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash App Tutorial

Code adapted when learning Dash with ArjanCodes. Original repository: https://github.com/ArjanCodes/2022-dash

Running the app

This app uses python 3.11 Install the requirements

pip install -r requirements.txt

Run the following commands and open the local host web address chosen by Dash.

python ./main.py

An example of the expected terminal messages are shown below:

Dash is running on http://127.0.0.1:8050/

 * Serving Flask app 'app' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on

About

A python project made in Dash to visualize your finaces data with a google sheets integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published