Skip to content
View chryysmad's full-sized avatar
  • University of Groningen
  • Groningen, NL

Highlights

  • Pro

Block or report chryysmad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
chryysmad/README.md

Hello! 🌱


class AboutMe:
  user = 'Chrysanthi'
  occupation  = 'BSc (Hons) Student'
  hobbies = [
    'Watching films',
    'Reading',
    'Playing the drums'
  ]

 def getPronouns():
   return she_her()

 def getLocation():
   return Groningen_Netherlands()
	

Pinned Loading

  1. txt2h5p-generator txt2h5p-generator Public

    Python script to create an H5P file for quizzes (MCQs and fill-in-the-blank questions) from control.txt and input.txt files.

    JavaScript 1