simonnepinto / python_mini_project

A menu driven Python program that implements the concepts of Word, Excel and PDF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Mini Project implementing Word, Excel and PDF concepts πŸ“ƒ

                              

Overview πŸ“

A menu driven Python program that implements the following operations:

  1. Displays the list of people who have birthdays in the current month along with displaying the birthdate of any student (provided its available in the spreadsheet) asked by the user.
  2. Creates a class schedule for every student. The user must pass the semester, section, and names of the students.
  3. Adds watermark to PDF files. User needs to specify the starting and ending page numbers.
  4. Converts word file to PDF file.
  5. Merges multiple PDF files into a single PDF.
  6. Converts PDF file into an audiobook.
  7. Encrypts a PDF file.
  8. Decrypts a PDF file.
  9. Generates a birthday card.
  10. Exit.

Getting Started πŸš€

How To Use πŸ”§

From your command line:

# Clone this repository
$ git clone https://github.com/simonnepinto/python_mini_project.git

# Go into the repository
$ cd python_mini_project

Languages and Tools πŸ› οΈ :

Python GitHub Git Terminal

About

A menu driven Python program that implements the concepts of Word, Excel and PDF.


Languages

Language:Python 100.0%