Finely is a simple, local, and minimalist financial tracker built with Python and Streamlit.
Track your income and expenses in a clean UI β no cloud, no sign-up, just .csv and good old control over your money.
- β Add income and expenses manually
- π View full transaction history
- π Visualize expenses by category
- π° See total income, total expenses, and your current balance
- πΎ Local CSV-based data storage (no database needed)
- Install dependencies:
pip install streamlit pandas matplotlib- Launch the app:
streamlit run finance_tracker.py- Open your browser at http://localhost:8501 to start using Finely.