techniques=input("\nWhat techniques does your project use? Write them out in the following format: python, java, html, css\n\nTechniques: ").replace("","").lower().split(",")
description=input("Provide a description of your project: ")
url=input("Provide a link to the source code/demo of your project: ")