Skip to content

TechieMeSB/PyAutomationProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PythonAutomationProject

Project to demonstrate various automation with python


🔰 Automate the Boring Stuff with Python teaches simple programming skills to automate everyday computer tasks.

🔰 Various Tasks can be Automated using Python Programs like Scraping any Web data with Python Modules like beautifulsoup,webbrowser,selenium webdrivers.

🔰 Simlarly we can interconvert various documents like PDFs,WordDoc,Excel,CSV etc using Simple Python Code

This Project demonstrates usage of Automating tasks concepts in two separate python files. Concepts that are covered is listed as follows.


🔱 My Python Program File FinalFile.py

♦️ Topics Covered

  • Excel File (With Employee Data)
  • Database: Sqlite3 (CRUD operations on Employee Data and store Query Results creating new Excel file)
  • Word Document (Excel to Word)
  • Pdf Documnets (Word to Pdf, Pdf Merger)
  • Selenium Web Drivers(Mail Automation)

🔸 Python Modules Used

  • openpyxl
  • sqlite3
  • docx
  • PyPDF2
  • selenium
  • docx2pdf
  • logging

About

Automation of various tedious tasks using Python Programming Language 📨 📝

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages