Class coding project Questionaire
Go to file
waldek c150813635 adds stats class 2021-05-25 07:44:03 +02:00
assets adds full 101-500 database 2021-05-24 16:44:18 +02:00
ccpq adds stats class 2021-05-25 07:44:03 +02:00
data Merge branch 'testing' of https://gitea.86thumbs.net/waldek/ccpq into testing 2021-05-24 22:14:08 +02:00
.gitignore removes the venv folder and updates the gitignore 2021-05-24 23:17:54 +02:00
client_tui.py adds placeholders for the server and client 2021-05-23 16:27:05 +02:00
poc_standalone.py hello world 2021-05-23 16:04:09 +02:00
readme.md adds a screenshot 2021-05-24 16:52:12 +02:00
requirements.txt adds placeholders for the server and client 2021-05-23 16:27:05 +02:00
server.py adds an idea for the server REST API 2021-05-23 17:11:23 +02:00
standalone_tui.py test wether the file exists before opening 2021-05-24 17:24:46 +02:00

readme.md

Class coding project - Questionnaire

This project serves as a python3 coding exercise for everybody who feels like participating. The end result should be useful for everyone following the course. The idea is to create a command line program to help us prepare for the LPI certificates. The data for the exercise comes from the data/*.csv files and is currently hard coded. The ./poc_standalone.py is a proof of concept on how the end program should function. It kind of works but there is a lot to fix and improve. The ./standalone_tui.py is a basic MVC implementation we can build on.

Branches

All development should be done in the testing branch and brought to the master branch with merge requests.

Standalone TUI

screenshot