An open API service indexing awesome lists of open source software.

https://github.com/arbazkhan4712/work-setup-automation

It can automate the process of opening of the application and website every time while working
https://github.com/arbazkhan4712/work-setup-automation

automation python python3 setup-script web-automation webbrowser windows windows-10 windows-automation

Last synced: 2 months ago
JSON representation

It can automate the process of opening of the application and website every time while working

Awesome Lists containing this project

README

          

# Work-Setup-Automation
It can automate the process of opening of the application and website every time while working

[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/) [![PyPI license](https://img.shields.io/pypi/l/ansicolortags.svg)](https://pypi.python.org/pypi/ansicolortags/)

[![GitHub forks](https://img.shields.io/github/forks/arbazkhan4712/Work-Setup-Automation?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/) [![GitHub star](https://img.shields.io/github/stars/arbazkhan4712/Work-Setup-Automation?style=social)](https://GitHub.com/Naereen/StrapDown.js/network/)

# Dependencies:

*pyinstaller*
```
pip install pyinstaller
```

# ADD PATH FOR TEXT EDITOR OR IDE HERE:

```
codePath = "C:\\Program Files\\Sublime Text 3\\sublime_text.exe"#ADD THE PATH OF TXET EDITOR OR IDE HERE
```

# Run:
Convert the python file into .exe
```
pyinstaller -F workstation.py
```

# Start-Up Setup

1.PRESS WINDOWS + R to open RUN

2.Type
```
shell:startup
```

3.Copy the exe file to start-up folder

4.Restart the system it should run the exe as soon as system starts

## License & Copyright
© [Arbaz Khan](https://arbazkhan4712.github.io/Contact.html)

Licensed under the [MIT License](License)