Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 937 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 937 Bytes

Stark - The Personal Assistant

This is a personal assistant made by me using Python 3 via PyQt5 framework. It can perform a lot of things. You can give it voice commands as well as written commands. A lot more features are present in it. Read further to get a complete overview of it.

Important Note Please read the requirements.txt file for installing the pre-requisites for running this project. Without these measures, the code will not work and will eventually break!


About the directories and files

  1. 'resources' - This folder contains all the important files such as audio, images, etc. for the proper functioning of Stark.
  2. 'main.py' - This is the main python script that contains all the code for running Stark.
  3. 'requirements.txt' - This is just a simple txt file that contains the instructions for installation of the required packages and modules.

More details will be added soon