PCCoE-Hacktoberfest-21 / FRIDAY

Python based Voice Assistant
MIT License
2 stars 17 forks source link

opening and closing of programs #84

Closed BAHETIHARSH closed 3 years ago

BAHETIHARSH commented 3 years ago

53 opening and closing of programs using OS module

rohitjoshi6 commented 3 years ago

@BAHETIHARSH What if a user decides to have Photoshop or any other program in different drive ? Can you find a solution for this?

BAHETIHARSH commented 3 years ago

there are two options 1)we can use apps that are in the start menu (we can get shortcut ".lnk" file in the start menu from which we are able to run application) 1)user can add his/her choices

rohitjoshi6 commented 3 years ago

Alright go ahead with any one of the option !

ChetansMittal commented 3 years ago

Can I Add more apps that are present in the system? I would like to work on it

BAHETIHARSH commented 3 years ago

Alright go ahead with any one of the option !

Done Changes