Search code examples
pythonautomationgeneric-programmingautomatoroffice-automation

I want to automate general office admin tasks


I want to automate general office admin tasks at work am looking into using Python as my programming language. I am new to coding and understand basics but need guidance. I am proficient at using most me office programs and know sql but want to start automating tasks so that I can make time to further my coding skills. Any advice would be helpful. Thanks!


Solution

  • If you are dealing with Windows Office, then you will need to get started by downloading the pywin32 module. Pywin32 will allow you to interact with Office products. https://pypi.python.org/pypi/pywin32

    If you need help installing, see this post How to install pywin32 module in windows 7

    How to get started, see here: How do I get started with PyWin32