Creates Markdown schedule based on an Excel spreadsheet
We assume that you have Python 3.11+ installed on your computer
We also assume that the input Excel file has a tab named Cronograma with at least three columns, named Data, Atividade, and Entrega. Moreover, we assume that some special activities in the Atividade column starts with: Prova, Segunda chamada, Verificação suplementar, Apresentação de trabalho, Vista de prova, and Sem aula.
- Clone our repository:
~$ git clone https://github.com/gems-uff/xlsx2md.git
- Access the project's directory:
~$ cd xlsx2md
- Install pipenv (if you haven't installed it yet)
~/xlsx2md$ python -m pip install pipenv
- Install the necessary libraries:
~/xlsx2md$ pipenv sync
- Access the project's directory:
~$ cd xlsx2md
- Activate the environment you just created:
~/xlsx2md$ pipenv shell
- Run the script (replace the Excel file to use yours)
~/xlsx2md$ python xlsx2md.py example.xlsx