Skip to content

vpenando/piggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Piggy

Build Status Go Report Card

Piggy is a free, open source software designed to help you track and classify your spendings.

It provides features such as:

  • Adding, editing, deleting, sorting & filtering expenses
  • Adding custom categories
  • Navigating between months by pressing the Page Up / Page Down keys
  • Generating Excel reports
  • And much more!

It also embeds some basic security features to prevent HTML injections (into the category names or expense descriptions) and malware uploads.

New features (statistics, annual reports, ...) are already under development.

Installation

Start the server (or add it to your startup programs), then open http://localhost:8081 in your favorite browser. That's it! The application has no third party dependency.

Tip: If you want to set Piggy as a desktop-like app, it's possible with Google Chrome!

  • Open the Chrome menu
  • Click "More tools"
  • Click "Create shortcut"
  • Check "Open as window"

Et voilà!

Custom build

If you want to build the application by yourself, run the following command: go build -o <APPLICATION_NAME>.

On Windows, just run build.bat.