if author:
        log(INFO, 'Enter project author : ' + str(author))
    else:
        author = input('Enter project author : ')