snidget

所属分类:Windows编程
开发工具:Python
文件大小:81KB
下载次数:8
上传日期:2010-11-20 11:47:57
上 传 者darkmoonhy
说明:  Snidget是一个Python程序,用于跟踪您的开支和收入之类的财务信息。用户添加他们的帐户,snidget可以报告每笔交易的花销
(Snidget is a python program which tracks your financial information, in particular your expenses and income. The user adds each transaction on their accounts and snidget can provide reports about how much you re spending. Includes both CLI and GUI. )

文件列表:
snidget\CHANGELOG (2225, 2010-10-30)
snidget\COPYING (35147, 2010-10-30)
snidget\database.py (28831, 2010-10-30)
snidget\gui.py (42373, 2010-10-30)
snidget\latex.py (3634, 2010-10-30)
snidget\plotter.py (1873, 2010-10-30)
snidget\settings.py (21770, 2010-10-30)
snidget\snidget.png (36148, 2010-08-02)
snidget\snidget.py (7580, 2010-10-30)
snidget\transaction.py (15784, 2010-10-30)
snidget\USAGE (2277, 2010-10-30)
snidget (0, 2010-11-20)

1. ABOUT SNIDGET 2. GETTING STARTED 3. RUNNING SNIDGET 4. GPL LICENSE ======================================================================= 1. ABOUT SNIDGET ======================================================================= Snidget is a python program which tracks your financial information, in particular your expenses and income. The user adds each transaction on their accounts and snidget can provide reports about how much you're spending. This program was written by Gregory Paciga (gpaciga@gmail.com) in his free time. Bugs, requests, and suggestions can be sent to him, or through the sourceforge site. The Snidget code is hosted at: https://sourceforge.net/projects/snidget/ The program started out being called, very creatively, "budget", then changed to "budgie" to sound cuter, but a finance program called "budgie" already existed, so it was renamed after another small bird (also with a name similar to "budget") and became "snidget", which is actually a fictional bird from the Harry Potter universe and therefore much cooler than a budgie. ======================================================================= 2. GETTING STARTED ======================================================================= Before you start using snidget, you will want to customize it a bit. The two most important things are accounts and types. You will want to add the accounts you are keeping track of. By default Snidget has Bank, Credit, and Cash accounts, but you might want to make accounts for specific banks or credit cards, for example. You do this by running something like snidget.py -o delaccount Bank -o addaccount RBC snidget.py -o delaccount Credit -o addaccount Mastercard You may also want to add or delete the "types". Types are categories of transactions, for example all purchases of food could go under a type 'Food', while all bills go under 'Bills'. Similarly to accounts, you can add and remove types with -o deltype and -o addtype. Use '-o help' to see what other options are available. ======================================================================= 3. RUNNING SNIDGET ======================================================================= Most of the time you will use the -n and -p command line options to add new transactions to your database and to print the database, respectively. For other usage options, try -h. If you run snidget without any command line arguments, a basic graphical interface will run. ======================================================================= 4. GPL LICENSE ======================================================================= This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .

近期下载者

相关文件


收藏者