smaranjitghose / FantasticFinanceTracker

A minimalistic application to track one's finances over a period built using Python

Home Page:https://smaranjitghose-fantasticfinancetracker-home-7p438y.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantastic Finance Tracker πŸ’Έ

Wallet Icon

A minimalistic application to track one's finances over a period built using Python

Set-Up βš’οΈ

SetUp Icon

  • Ensure you have the latest stable version of Python in your system

  • Open your terminal / command prompt.

  • Clone the repository

    git clone https://github.com/smaranjitghose/FantasticFinanceTracker.git
    
  • Change the directory to the cloned project

    cd fantasticqrcode
    
  • Install the dependencies

    pip install -r requirements.txt
    
  • Create an environment file

touch .env
  • Open the .env file in your desired IDE and define a variable DETA_KEY= ""

  • Visit Deta and Sign up for a free Account

  • Login to Deta

  • Create a Project and Generate Project Key. Refer to the documentation if you face any hurdle to do so

  • Copy the Project Key

  • Create a secrets.toml file inside the .streamlit sub-directory

 touch .streamlit/secrets.toml
  • Open the secrets.toml file, create a variable deta_key and assign in to value of the copied project key. Save the file
deta_key = "your_deta_project_key"
  • Load the application

    streamlit run Home.py
    
  • If the app does not load by itself in your default browser, open a browser of your choice and navigate to http://localhost:8501

  • To stop the application, press CTRL + C in your terminal

Demo πŸ‘‡

Click Here πŸ”—

Finance Tracker Snapshot

Finance Tracker Snapshot

Future Work πŸ—οΈ

  • Dockerize the Application
  • Experiment with other NoSQL Databases like MongoDB and hosting options like Supabase, Atlas,etc
  • Improve Data Visualization (more charts)
  • Experiment with user login

Note ✏️

Note Icon

  • For Streamlit Sharing, mentioning versions of the modules in requirements throws error at times
  • Error 401: If project key is changed/removed in the Deta Dashboard (Free Tier issues)

Deployment Options πŸ₯Š

Hosting Icon

Free Tier

No Free Tier

Acknowledgements πŸ™

Acknowledgment Icon

About

A minimalistic application to track one's finances over a period built using Python

https://smaranjitghose-fantasticfinancetracker-home-7p438y.streamlit.app/

License:GNU Affero General Public License v3.0


Languages

Language:Python 85.3%Language:CSS 8.3%Language:Dockerfile 4.9%Language:Shell 1.0%Language:Procfile 0.4%