Code Monkey home page Code Monkey logo

habit_tracker's Introduction

habit_tracker

This APP aims to improve your efficiency and let’s you manage and analyze your habits with ease. Currently in development

To run this project follow the following steps:

  1. Install python 3.10
  2. Install the questionary library for the easy to use command line interface (CLI) //pip install questionary
  3. Go to the repository and open a command promt
  4. open .\main.py
  5. The application should now be open!

By using this APP one can create, delete, complete and analyze habits using a command line interface (questionary)

The app contains 5 classes: data.py This class suites as middleman between the database (SQLite3) and the User interface (questionary) This class has methods to create new habits, delete existing habits and update some columns.

qt.py This class uses the questionary library to print out some "questions" to the command line interface so the user better knows what to select / enter It is mostly used to print out some text, so the user has an easier process when creating habits, and to select habits from the sql database to complete/delete/analyze the habits

habit.py This class creates a habit object and contains the functionality to complete habits.

analytics.py By using the analytics class the user can simply analyze habits and streaks.

main.py Main just acts as a dashboard. It shows all the functionality from the app which the user can select by using his arrow keys.

habit_tracker's People

Contributors

kmeans27 avatar

Watchers

 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.