Coder Social home page Coder Social logo

chungyihung / running_club Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 923 KB

A Python GUI program based on PyQt, Firebase (previous: sqlite3) and openpyxl for a running club to managing there member and competition they hold easier. Also it is my first toy to learn python

Python 99.63% Batchfile 0.37%

running_club's Introduction

Running Club Member System

Draft version Readme_rsc/preview.png

Environment & Depent Modules

  • Python 3.6.1
  • PyQt5 (V5.8.1)
  • Pyrebase
  • Openpyxl

Installation (Constructing...)

Windows

  1. Python 3.6.1 - Download release binary from website:

    https://www.python.org/downloads/release/python-361/
  2. PyQt5 - After install Python 3.6.1, run the below commands:

    pip3 install pyqt5
    One could check PyQt5 version with following code:
      from PyQt5.QtCore import QT_VERSION_STR
      from PyQt5.Qt import PYQT_VERSION_STR
      from sip import SIP_VERSION_STR
    
      print( "QT Ver: ", QT_VERSION_STR )
      print("SIP Version: ", SIP_VERSION_STR )
      print( "PyQt Version: ", PYQT_VERSION_STR )
    
    The results are as follows,
         >>> print( "QT Ver: ", QT_VERSION_STR )
         QT Ver:  5.8.0
         >>> print("SIP Version: ", SIP_VERSION_STR )
         SIP Version:  4.19.1
         >>> print( "PyQt Version: ", PYQT_VERSION_STR )
         PyQt Version:  5.8.1

Start

  1. Create a project on Firebase.
  2. Fillup firebase config file which could refer to firebase_config.json.sample. Place the corresponding key under the project root folder.
  3. Start from command line: $ python3 main_frb.py

TODO

  1. Redesign a better way to handle data without querying from firebase every operation.
  2. Learn how to manipulate QtTableWidget to implement more user friendly interface.
  3. Think/discuss a way with user to implement functions/pages for each running activity.
  4. Think how to build standalone executive file of windows for compatibility. (cx_Freeze/pyinstaller...but both of them have bugs and can't build successfully.)

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.