-
Notifications
You must be signed in to change notification settings - Fork 0
Text-to-Speech Feature Using pyttsx3 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LAbhilashKumar
wants to merge
53
commits into
main
Choose a base branch
from
new_feature_branch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pply the first three octets
… then create it under there
… to a file, handy when you get lines at school !!
… another directory
…gram you specify, it will zip up all the logs in that directory
…cks for our systems.
…through all the subdirectories as well
…ot then create it
…he directory for you
…ip them using the program you specify and then date stamp them
… days old to the destination directory.
…n nslookup for each one to check the DNS entry
…ervers associated with that application group.
…vailable addresses
…ver is set for the line variable
…it will load the putty session, if its not it will notify you.
…through all the subdirectories as well
…u pass the current and new extensions
This script can be used to check a file and display the contents, pass the filename as an argument. It checks if it exists, is accessible if so it displays the contents
This code was taken from the book Violent Python
Code was taken from Violent Python book
This will show the current version of the SQLITE database, there are two ways it also show to display all the tables in the database
This scans a directory to see if SQLITE files exist. I need to enhance this as is I scan a directory with odd character file names then it seems to screw it up and say no files exist even if there are some, but will work on most places
It checks the version is ok, then checks the tables exist so I know if anyone has dropped the tables etc
Need to download the nmap module and have nmap instaled on the system
Gives a more formatted detailed display, need to make a small change so it checks the OS first
…ipt template It reads the parameters I pass then reads my config files then creates me a new template
When having to complete early morning checks this script loads everything I need and prints my sheets, saves my having to do everything manually
This loads my checkpoint client, then puttycm and rdp on to desktop pc, all you need to do it set your username and tack your password on
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a text-to-speech feature using the pyttsx3 library, offering offline functionality and customizable voice settings (rate, volume, and voice type). Unlike gTTS, which requires an internet connection, pyttsx3 works offline and provides more flexibility, including dynamic speed control and multiple voice options.
closes issue: #2511