/watch_app

This is an desktop app. It is built on Linux OS, and Window

Primary LanguageHTML

1. Introduction

The purpose of this app is used for watch management. We have five components on this app, they are Brand, Movement, Strap Material, Add Watch and View All Watch. This app uses SQLite database at data/db_Watch. We have build a version for Ubuntu 18.04 and Window 7.

  • For Ubuntu enviroment, run file: Watch_Ubuntu
  • For Window7 enviroment, run file: Watch_Window7.exe

We build this app using Python 3.6.5, wxFormBuilder and SQLite

2. Application Overview

The first screen when you run app is home page. This screen show all buttons, each button is a feature of app. User can access these feature via menu File. Homepage

Click on View Watch button, the app will show all available watches in current system.

View Watch

Click on Add Watch button. A form will be shown and let user input new watch into system.

Add Watch

Click on Movement button. A form will be shown and let user input the watch type(movement).

Add Watch

Click on Brand button. A form will be shown and let user input the watch brand name: Casio, Citizen, Seiko,...

Add Watch

Click on Strap Material button, A material form is shown and let user input raw material for making watch

Add Watch