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
First check your requirements ! If all libraries are installed on your system then :
- Download the source code.
- Extract the archive.
- Open the terminal and run
python main.py
- 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
- Matplotlib 1.3.1: http://matplotlib.org/
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)