whatsplay / whatsapp-play

Command line software through which you can play with your WhatsApp. It is having different options to play with your WhatsApp like message blast, online tracking, whatsapp chat..
MIT License
404 stars 217 forks source link

Convert a Text File into Speech #360

Closed SinghHimadri closed 4 years ago

SinghHimadri commented 4 years ago

Issue that this pull request solves

271

Closes: # (issue number)

271

Proposed changes

Brief description of what is fixed or changed The user will be asked if it wants to convert text into speech or a text file. Tkinter is used for GUI the Dialogflow will open and the user can choose the file. After this, the file path is extracted and audio is saved in audioFIles folder and the sent file option opens ans user and send the audio file.

Types of changes

Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply

Screenshots

Please attach the screenshots of the changes made in case of change in user interface TERMINAL

Screenshot from 2020-05-27 23-55-49

GUI

Screenshot from 2020-05-27 23-50-49

CHOOSE FILE

Screenshot from 2020-05-27 23-51-02

Screenshot from 2020-05-27 23-51-14

Other information

Any other information that is important to this pull request

rpotter12 commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity increasing per file
==============================
- wplay/text_to_speech.py  1

See the complete overview on Codacy

SinghHimadri commented 4 years ago

@rpotter12 Please review my PR.I added a new feature :)

rpotter12 commented 4 years ago

@SinghHimadri This is not really needed in our software. Converting the text from the command line will be more enough. :)