An application to open and close apps in windows using python packages such as AppOpener, Os, Sys.
git clone https://github.com/athrvvvv/OpenClose.git
cd OpenClose
pip install -r requirements.txt
pyinstaller --name OpenClose --hidden-import 'AppOpener' --onefile --icon=icon.ico main.py
After the above steps, you may find the application in dist
folder ✅
- N = Neutrat: One can Open or Close applications simultaneously 📝
- O = Open: One can only open applications 📖
- C = Close: One can only close applications 📕
We call these things as status, one can always change the status by using set N/O/C
in the application 🤝❤️