Giter Site home page Giter Site logo

rikurauhala / yesan Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 926 KB

A personal finance application written in Python | The application has a graphical user interface and data is stored in an SQLite3 database

License: MIT License

Python 98.05% Shell 1.95%
budgeting database gui personal-finance portfolio python sql sqlite tkinter

yesan's Introduction

Hello there!

My name is Riku. I am a software developer from Finland.
Currently studying computer science at the University of Helsinki.

Visit my home page for more information.

Portfolio · Resume

yesan's People

Contributors

rikurauhala avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

yesan's Issues

Koodikatselmointi

(In English, because the documentation was in English)

Downloaded 2022-05-03 19:00

General points

  • You've separated minor things into modules nicely (messages, colors, styles, fonts etc.), this helps keep everything consistent and helps maintenance
  • Generally good separation of UI, Logic and Data storage
  • Both the auto-formatter and Pylint have suggestions in places, you should consider implementing these
  • The code is very clean and readable, good work!

Specifics

UI - General

UI code with TKinter can get very messy, but you've done an excellent job of keeping things organized and clear with functions!

AccountView

Calculation of net worth seems to take place in the UI code. I see why you did it this way, but consider putting it somewhere else.

TransactionService

_convert_to_int() could be fine, if the data was know to be in the correct format (as is the case in format_amount()). Right now the user can input anything and the function will blindly try to convert it to an int, which can raise exceptions. A simple regex match at the start of the function and handling that situation appropriately OR having a separate validation function that the UI can call would solve this.

Unrelated to code (ie. usability)

The ability to delete accounts and transactions would be great.

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.