Code Monkey home page Code Monkey logo

wallet's Introduction

Wallet

Simple personal accounting application. Written in Python 3.7 using Bottle for a server and CEF for a client.

Features

  • Web GUI powered by Chromium Embedded Framework ("Electron for Python", yay!)
  • Create one or more accounts and track incomes and expenses for them
  • Edit existing entries
  • All entries fall into one of several predefined categories (for example, Food, Accommodation, Salary, Transportation)
  • A number of monthly and yearly statistics charts (using Chart.js), including cash flow, dynamics, assets distribution, income/expense distribution.

Limitations and peculiarities

Keep in mind that I wrote this for my own personal use, mainly because I didn't want to entrust my financial information to existing software. It does the job for me, but it's tailored for my needs and preferences. I don't plan to turn Wallet into more feature-rich and generic solution or to compete with other accounting apps.

  • The app is in Russian, and making an international version is currently a low priority for me
  • Main currency is Russian ruble (RUB). Also USD and EUR are supported for individual accounts, but for statistics all currencies are converted to RUB. I did't need arbitrary currencies, and thus did't implement support for them
  • Wallet database is not encrypted! Don't run the app on insecure devices and other people's computers if you use it to store sensitive information
  • Data model in the app is very simple, for example there are no double-entries (entries that transfer money from one account to another). I don't plan to improve or change this
  • There's no way to add custom categories
  • I haven't tested Wallet on Linux and macOS.

Usage

To run Wallet, you should install CEF Python first:

pip install cefpython3

And then:

python wallet.py

wallet's People

Contributors

gecko0307 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.