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
- Host: GitHub
- URL: https://github.com/arbazkhan4712/work-setup-automation
- Owner: Arbazkhan4712
- License: mit
- Created: 2020-04-17T11:56:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T18:19:26.000Z (about 6 years ago)
- Last Synced: 2025-05-16T05:38:14.037Z (about 1 year ago)
- Topics: automation, python, python3, setup-script, web-automation, webbrowser, windows, windows-10, windows-automation
- Language: Python
- Size: 4.89 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://www.python.org/) [](https://www.python.org/downloads/release/python-360/) [](https://pypi.python.org/pypi/ansicolortags/)
[](https://GitHub.com/Naereen/StrapDown.js/network/) [](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)