This repository contains a group of python project that showcases my skills in python
Packages used:
- streamlit
- FPDF
- pandas
A simple TODO list application in CLI. Allows the user to view, add, edit, and remove TODO items.
Commands:
- show: Display all TODO items.
- add: Add a new TODO item.
- edit: Edit an existing TODO item.
- remove: Remove a TODO item.
- exit: Exit the application.
I transformed Project 1 form CLI to become a simple web app
A simple TODO list web application. Allows the user to view, add, edit, and remove TODO items.
Commands:
- show: Display all TODO items.
- add: Add a new TODO item.
- edit: Edit an existing TODO item.
- remove: Remove a TODO item.
- exit: Exit the application.
Generating pdfs from .csv files - Takes data from a CSV file containing topics and their corresponding page numbers, and creates a PDF document where each topic is displayed on a separate page with a footer.