forked from BCheng-KH/TUB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
32 lines (28 loc) · 786 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# TUB
Club management app
Uses kivy and MySql connector
due to trouble with compilation of app,
to run:
download TUB.py, my.kv, and database.py
run TUB.py using python with kivy and MySql connector module
project description:
This project aims to create an app with all the tools to run a club in one place.
current features:
creation of account
login
biography edit
change password
creation of clubs
joining clubs
view and search bar of all available clubs
view and search bar of clubs user is in
logout
features to be added:
member list of each club
event calendar for each club
announcement and poll thread for each club
leaving clubs and aproving applications
edit member roles and hierarchy
delete clubs
club admin page
more to be added...