Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 612 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 612 Bytes

Bank Statement

Accepts PDF statement and extract table from it, feed into database and make user to view their deposits accordingly in form on graph and tabular form

How to install todo list application

=======================================================================

This Application can be installed by phytonic way

you must have python latest pip

To check python-pip

pip -V

To update python-pip version

pip install -U pip

Make sure you are in virtualenv

Install modules by using this command

pip install -r requirement

Run app by using python manage.py runserver