Skip to content

cloew/PersonalAccountingSoftware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Accounting Software
- A Personal Accounting Software developed in Python


Requires Python Packages
- dateutil      -- Download tar from https://pypi.python.org/pypi/python-dateutil. Extract via tar -xf. python install setup.py.
- matplotlib    -- Linux    - apt-get install python-matplotlib
                -- Windows  - Windows Installer available at: http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.0/
- numpy         -- Linux    - pip install numpy
                -- Windows  - Windows Installer available at: http://www.lfd.uci.edu/~gohlke/pythonlibs/
- PySide        -- Linux    - sudo pip install PySide, failure to run as sudo will prevent proper importing of PySide Qt Modules
                -- Windows  - Windows Installer available at: http://www.lfd.uci.edu/~gohlke/pythonlibs/
- SQLAlchemy    -- pip install SQLAlchemy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages