Git Product home page Git Product logo

billetera's Introduction

Billetera App

BilleterApp es un proyecto personal para el registro y control de gastos de dinero a traves de diferentes (e ilimitadas) cuentas, dado que las apps moviles disponibles exigen el uso de la versión paga para poder disfrutar de simples features como por ejemplo "tener más de 3 cuentas". La idea de esta "app" es poder centralizar cómodamente en un solo lugar los gastos o ingresos de dineron de una persona. Está en constante evolución y siempre en búsqueda de implementar features que faciliten su uso.

La principal desventaja es que es un programa para usar en una PC, con lo cual no es portable. Eventualmente haré la versión web que se mantendrá sincronizada con la versión local, pero falta para que eso sea posible.

Estructura

BilleteraAPP
    |__ main.py
    |__ source
        |__ info.py
        |__ users.py
        |__ errors.py
        |__ accounts.py
        |__ analysis.py
        |__ currency.py
        |__ colorizer.py
        |__ operations.py
        |__ sqlpasswd.py
        |__ users_core.py
        |__ account_core.py
        |__ operations_core.py
    |__ data
        |__ userUSR
        |__ passwords.sql
    |__ guicore
	|__ uis
	|__ accounts_gui.py
	|__ calendardialog.py
	|__ categorypiechart.py
	|__ confirmation_dialog.py
	|__ createaccountscreen.py
	|__ createuserscreen.py
	|__ deleteuserscreen.py
	|__ incomeexpensescreen.py
	|__ loginscreen.py
	|__ operationscreen.py
    |__ tests
        |__ tests_accounts_core.py
        |__ tests_accounts_users.py
        |__ tests_operations_core.py
        |__ tests_operations_user.py
        |__ tests_login.py
        |__ tests_users.py
    |__ requirements.txt
    |__ .gitignore
    |__ __pycache__

billetera's People

Contributors

igna11 avatar

Watchers

 avatar

billetera's Issues

Consider migrating some TODO tasks from the code itself to github issues

While easy to write comments like this have low visibility and don't lend themselves to elaboration in a threaded like way.

Consider migrating some or all of those TODOs from the code itself to github issues.

Transmitting the intent on has in mind in a issue is not as easy at is sounds but there are a number of guidelines you should have in mind. Here are some resources on this:

More general: https://guides.github.com/features/issues/

Code translation to english

It's a convention to write both identifiers inside the code (variable and class names, filenames, etc), comments and documentation in English. This makes the code more accessible for non-english speaking people.

Consider using a linter

In order to detect common programming errors it's a good practice to use a linter such as Pylint.
This tool can also be configured to run automatically in your IDE of choice.
At first using a linter might feel bothering but in time you start adopting better practices get an intuition of how to write better code.

https://pylint.pycqa.org/en/latest/

Format code with black

Consider formatting your code with Black or a similar tool. IDEs like vscode can be configured to run this automatically on each save. Having code uniformly formatted relieves part of the cognitive load when reading and reviewing code. This is particularity important when working when other people or reviewing your code from a couple of months ago.

https://github.com/psf/black

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.