Skip to content

Latest commit

 

History

History
67 lines (31 loc) · 1.48 KB

README.md

File metadata and controls

67 lines (31 loc) · 1.48 KB

Python Projects 🐍

This repository contains a group of python project that showcases my skills in python

Installation 🔽

Packages used:

  • streamlit
  • FPDF
  • pandas

Project 1: TODO app using CLI 🦾

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.

image

Project 2: TODO Web Page 💻

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.

Media1

Project 2: PDF Template Generator 📂

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.

Media1 (1)