Skip to content

davcri/Pushup-app

Repository files navigation

Pushup app

Pushup-app Main Window screenshot

Note:This application is only a proof of concept made to test the Python language for a desktop application. There is no UI/UX design involved in this project.

This app stores your progresses in physicals exercises, like pushups, on a local database.

  • Target Platform : PC, actually Pushup-app has been tested only on Linux, but it should be portable.
  • State: Not in development
  • License : GPL v3.0

Run the application

First check your requirements ! If all libraries are installed on your system then :

  1. Download the source code.
  2. Extract the archive.
  3. Open the terminal and run python main.py

Requirements

  • Python 2.7.8 : Installed by default on most Linux distros
  • PySide 1.2.1: For apt-based Linux distros, open your terminal and run

sudo apt-get install python-pyside

Otherwise look at the official documentation: https://pypi.python.org/pypi/PySide#installation

Development

I'm developing this application on Linux (Mint 17) with :

  • Programming language : Python 2.7.6
  • Database : Sqlite3
  • GUI : Pyside 1.2.1 (Qt 4.8)
  • Graph : Matplotlib (1.3.1)

About

Python desktop application to keep track of pushups.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages