Giter Club home page Giter Club logo

taxdelivery's Introduction

taxcalc

A simple tax calculator for food delivery couriers in Lithuania

Written in Python, using Kivy and KivyMD libraries.

Able to scan Wolt and Bolt Food PDFs to extract earning and date data. The scanned data is then put into SQLite3 database, to be queried when statistics are needed.

Stat window: Made my own Date Picker as I found the default KivyMD date picker too buggy (sometimes the colors change, sometimes the whole app crashes with no apparent reason), so decided to make my own.

The app is not perfect as I'd have to sacrifice some ease of use for better memory management.

To be improved:

  • Memory management in Stat window: no need to initialize a new Widget object every time a button is pressed, however I'm currently unable to update widgets on some corner cases.
  • Cannot deploy to Android yet as Buildozer doesn't support newest KivyMD version. Will have to workaround with older versions, but need to sort out the colors of the app, which are bugged in the older versions. Bummer.
  • Project structure: separate classes across different files; separate folder for jsons.
  • DRY: minimize code in KV, where possible. It may seem that classes tend to repeat in some areas, but, if not overriden by me, some design properties wouldn't work. So some blocks of code might not look as dry as they could be, but they are.

Screenshots:

Main Window Calc Window Scan Window Stat Window Sett Window Sett Help Popup

taxdelivery's People

Contributors

simonastumsys avatar

Watchers

James Cloos 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.