An open API service indexing awesome lists of open source software.

https://github.com/fdauti/py_csv_html

Process CSV files and convert to HTML with Python
https://github.com/fdauti/py_csv_html

cgi csv html pandas python

Last synced: 2 months ago
JSON representation

Process CSV files and convert to HTML with Python

Awesome Lists containing this project

README

        

### Develop a Python program which compares 2 csv files and:
- displays students (student ID) who exists in both courses
- displays students (student ID) who dosn't exists in both courses

### Develop a web application which opens the csv file and display all its data/fields in HTML table format
### The program provides a dialog-webform in which the user can enter the csv-filename

### Click the image below for the full demonstration video on YouTube

[![image](https://github.com/user-attachments/assets/951cf9da-7024-4b4f-b6b0-1309d875f7d7)](https://www.youtube.com/watch?v=RMnOTUN2xOk)