It is a assistant creater module :)
Project description
Assistant
So guys this module will help you to create your own Assistant with the minimum lines of code.
Installation
pip install myassistant
How to use it?
First install this module then create a python file. Import from myassistant.assistant import Assistant,run
or from myassistant.assistant import *
after that create a class and inherite the Assistant
class. After that you have to initialize some variables for example
from myassistant.assistant import *
#create a class
class ClassName(Assistant):
name = YourName #By default name is user
voice = male or female #By default voice version is male
path = Path to save text files #By default it's current working directory.
wait = Time in seconds to to mute the Programme #By default it is 10 seconds
duration = Voice recording time in seconds #By defaukt recording time is 10 seconds
code = Name of code editor #By default it is None
mails={} #mails name with their email address
my_mail = None #your email address and it should be less secured on becuase it uses SMTP
my_password = None #your given email password
# Create a object of the class
class_object = ClassName()
# call the run function and pass the class object
run(class_object)
#And enjoy with your personal Assistant :)
Errors
there are some chances to get some errors for example
you can get a error while installing the this module like pyaudio
wheel file is not installing as same in psutils
because many of users face these type of errors so you can separately download wheel files form https://www.lfd.uci.edu/~gohlke/pythonlibs/
and then install them. this method can pull you out from this problem. if you face any other type of problem contect me by mail i will try to solve your problem ,Thanks for using this module :)
License
© 2020 Govind Potdar
This repository is licensed under the MIT license. See LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file myassistant-1.0.4.tar.gz
.
File metadata
- Download URL: myassistant-1.0.4.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60f5d51bc7c593c24b828c76d488cbf676c55d149a56dd71ab09f9d45995ebf3 |
|
MD5 | 584303fddd8b32a623f110ca3df16181 |
|
BLAKE2b-256 | 1f756694621b933d0140221d9d945dfac6d86a955e378f54aa9a82140e181d92 |
File details
Details for the file myassistant-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: myassistant-1.0.4-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81c86761e3f1f9b662492e56d36042a7daf9756f317f19839c5e4f2308c44022 |
|
MD5 | 38cdba255188328a27c3d554655ca1a7 |
|
BLAKE2b-256 | fc939902e4fa72cb27adf8ccc7675c3be81c173a548aaefb8c9221bc998bbb23 |