Skip to content

Creates Markdown schedule based on an Excel spreadsheet

License

Notifications You must be signed in to change notification settings

gems-uff/xlsx2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xlsx2md

Creates Markdown schedule based on an Excel spreadsheet

Installation

Requirements

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.

Installation

  1. Clone our repository:

~$ git clone https://github.com/gems-uff/xlsx2md.git

  1. Access the project's directory:

~$ cd xlsx2md

  1. Install pipenv (if you haven't installed it yet)

~/xlsx2md$ python -m pip install pipenv

  1. Install the necessary libraries:

~/xlsx2md$ pipenv sync

Running the script:

  1. Access the project's directory:

~$ cd xlsx2md

  1. Activate the environment you just created:

~/xlsx2md$ pipenv shell

  1. Run the script (replace the Excel file to use yours)

~/xlsx2md$ python xlsx2md.py example.xlsx

About

Creates Markdown schedule based on an Excel spreadsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages