It can automate the process of opening of the application and website every time while working
pyinstaller
pip install pyinstaller
codePath = "C:\\Program Files\\Sublime Text 3\\sublime_text.exe"#ADD THE PATH OF TXET EDITOR OR IDE HERE
Convert the python file into .exe
pyinstaller -F workstation.py
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
Licensed under the MIT License