资 源 简 介
Fin-ally
Project Overview
Fin-ally (Financial Ally) is a financial analysis and expense tracking tool written in Python using a wxWidgets GUI framework and a SQLite database layer. This tool is intended to address and answer a number of simple financial questions, such as:
What do I spend my money on?
What types of expenses should I target for reduction to increase savings?
What percentage of my weekly/monthly/annual pay am I saving?
Additionally, Fin-ally is designed to provide a certain amount of graphical and numerical feedback about your expenses. This feedback will eventually be provided in three forms:
A list of expenses in simple grid format.
Graphical expense tracking over time (ie: bar graphs).
Basic numerical analysis.
Project Components
As described above, Fin-ally is designed to interpret and dislay financial data. In order to achieve this, Fi
文 件 列 表
FINally_v1.6\cfg.py
FINally_v1.6\colInfo.py
FINally_v1.6\database.py
FINally_v1.6\DOCS\FINally Software Design Document.doc
FINally_v1.6\DOCS\PyDevNotes.txt
FINally_v1.6\expenseDialogue.py
FINally_v1.6\expenseTypeDialog.py
FINally_v1.6\filterControl.py
FINally_v1.6\FINally.py
FINally_v1.6\grid.py
FINally_v1.6\img\blueHelp_16.png
FINally_v1.6\img\exit.png
FINally_v1.6\img\FINally.png
FINally_v1.6\img\help.png
FINally_v1.6\img\new_expense.png
FINally_v1.6\LICENSE.txt
FINally_v1.6\loc.txt
FINally_v1.6\menuBar.py
FINally_v1.6\migrate.py
FINally_v1.6\prefs.py
FINally_v1.6\schema_1_0.py
FINally_v1.6\schema_2_0.py
FINally_v1.6\schema_2_1.py
FINally_v1.6\schema_2_2.py
FINally_v1.6\SQLiteCommands.py
FINally_v1.6\statusBar.py
FINally_v1.6\threads.py
FINally_v1.6\userDialog.py
FINally_v1.6\utils.py
FINally_v1.6\wxGlade\expenseTypeDialoge.wxg
FINally_v1.6\wxGlade\filterPanel.wxg
FINally_v1.6\wxGlade\newExpenseDialogue.wxg
FINally_v1.6\wxGlade\userDialoge.wxg
FINally_v1.6\wxGlade\wxGladeExpenseTypeGen.py
FINally_v1.6\wxGlade\wxGladeFilterPanelGen.py
FINally_v1.6\wxGlade\wxGladeGen.py
FINally_v1.6\wxGlade\wxGladeUserGen.py