A simple school project for experimenting with sqlite in Python.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-01-08 23:50:39 +00:00
.gitattributes Initial commit 2023-01-08 21:39:14 +00:00
.gitignore Initial commit 2023-01-08 21:39:14 +00:00
Answer.py Initial commit 2023-01-08 23:47:55 +00:00
Database.py Initial commit 2023-01-08 23:47:55 +00:00
LICENSE Initial commit 2023-01-08 21:39:14 +00:00
main.py Slight optimisation 2023-01-08 23:50:39 +00:00
Menu.py Initial commit 2023-01-08 23:47:55 +00:00
Question.py Initial commit 2023-01-08 23:47:55 +00:00
README.md Updated README.md 2023-01-08 23:49:45 +00:00
test.py Initial commit 2023-01-08 23:47:55 +00:00
User.py Initial commit 2023-01-08 23:47:55 +00:00

SQLQuiz

A simple school project for experimenting with sqlite in Python.