Git Product home page Git Product logo

betterhealth's Introduction

BetterHealth

An app that track you calories, sleeping hours and drinking water in each day.
Using socket connection and Kivy GUI. Written in python.

Server part (server.py)

The server handles all the actions on the app -

  1. Calculating the recommended amount of calories, water cups and sleeping hours for a day.
  2. Calculating how many calories eaten and how many burned in sport activites.
  3. Calculating how many hours the user slept and how many water cups the user drank.
  4. Handles all the connections to the database:
    • get info about member on the app
    • upadate info about members
    • add new members to the app
  5. At 12am the server make sure that the calories that gained in the current day will reset.

Client part (client.py)

The client part hadles the app - GUI.
It handles all the input the app get from the user and sends appropriate data to server to enable the appropriate activity of the app.

betterhealth.kv

Creates the visual app - screens, buttons, labels and etc.

The rest of the files

The rest of the files are -

  1. png files that are in the app.
  2. connection file to the database.

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.