Metadata-Version: 2.1
Name: VirtualAssistant
Version: 0.0.3
Summary: VirtualAssistant is a python package that allows user to make simple Virtual Assistants with already defined commands with only one import.
Home-page: https://github.com/Naman23-coder/VirtualAssistant
Author: Naman Sharma
Author-email: namansharma232009@gmail.com
License: MIT
Description: # VirtualAssistant
        
        The main package code is in [VirtualAssistant](https://github.com/Naman23-coder/VirtualAssistant/tree/main/VirtualAssistant) directory
        
        
        ## The emails of author:-
         Naman Sharma - namansharma232009@gmail.com
        
        ## email of contributer:-
         Devansh sareen - devanshsareen@gmail.com
         
        ## Download VirtualAssistant for python 
        
        ```python
        pip install VirtualAssistant
        ```
        ## base of code
        ```python
        import VirtualAssistant as va
        #base structure of code
        if __name__ == '__main__':
            va.wishme() #this will wish you
            while True:
            query = va.takecommand()
            #all other code 
        ```
        ## Examples 
        Examples can be found at [examples directory](https://github.com/Naman23-coder/VirtualAssistant/tree/main/examples)
        
        ## docs
        still under devlopment
        ## Licence
        Distributed under the MIT License. See [LICENCE](https://github.com/Naman23-coder/VirtualAssistant/blob/main/LICENSE) for more information..
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
