class AboutMe:
user = 'Chrysanthi'
hobbies = [
'Watching films',
'Reading',
'Playing the drums'
]
def getLanguages():
return [
'Python',
'Java'
]
def getCurrentTopFourFilms():
return [
'Alpha (2024)',
'La Chimera (2023)',
'Shiva Baby (2020)',
'The Umbrellas of Chesbourgh (1964)'
]
🍞
Pinned Loading
-
txt2h5p-generator
txt2h5p-generator PublicPython script to create an H5P file for quizzes (MCQs and fill-in-the-blank questions) from control.txt and input.txt files.
JavaScript 1
-
randomq-generator
randomq-generator PublicA GUI application that generates a pool of randomized .h5p question files based on user-defined functions and parameters.
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.