This is the Final Report for the work done to add Greek glyphs to the Google font Arima Madurai. https://github.com/eellak/gsoc2018-arimamadurai
Student :
GSoC Mentors:
| # modified from https://gist.github.com/simoncozens/699aa96e98321e19a0a2cccbce994c47 | |
| # python3 activity.py DDMMYY DDMMYY | |
| import sys | |
| import requests | |
| from dateutil.parser import parse | |
| from dateutil.relativedelta import relativedelta, FR | |
| from datetime import datetime | |
| import os |
This is the Final Report for the work done to add Greek glyphs to the Google font Arima Madurai. https://github.com/eellak/gsoc2018-arimamadurai
Student :
GSoC Mentors: