Skip to content

PrajwalKrishna/Purple-Purse-A-group-expense-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purple-Purse-A-group-expense-manager

A beginner's project in python3 which uses flask and sqlite3

Project Goal: To create a group expense manager for use in small groups to share and record expenses, such as a night out to the movies or a group dinner.

Features

  1. Users:

    • Users can signup
    • Users can signin
    • Users can signout
  2. Dashboard:

    • User can see overall balance
    • Balances between friends

Quickstart

If you have Python2.X you will need to switch over to Python3.X, you can find the installers at https://www.python.org/downloads/

Once you have Python3 installed you will need Flask(http://flask.pocoo.org/), which is a web framework.

The easiest way to install is with: pip install flask

Now that you have Python3 and Flask you can run the main.py in the project folder to start the local webserver that can be accessed on port 5000 by default. Note: If you run it from IDLE, there is an error that comes up due to fileno because IDLE changes your IO objects. Run it by double clicking or through command line.

Usage

TODO

About

A splitwise like group expense manager built using flask

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published