Aadv1k / reddit-tts-gui

A GUI to auto-generate TTS videos from reddit posts and comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit text to speech generator

This development for this project has ended, I don't plan on fixing or further supporting this

A python gui program to generate reddit text to speech videos from posts or comments.

Current functionality

  • Generate videos for subs based on comments,(askreddit) so reading individual comments.
  • Generate videos for subs with longer posts,(entitledparents), so slicing the post into multiple frames to fit the text.
  • Easy login, all you need to do, is run main.py, you will get a link; go to the link and click allow; Thats it! the credentials are written to a json file so you dont need to repeat this step as long as the token.json file is there.
  • Ability to cherry pick individual posts for which the video has to be made, within the GUI (refer to screenshots)

Usage

  • do pip install -r requirements.txt to install all the dependencies and then, run python main.py
  • It will prompt you to open a url, open it, then allow "post_scraper" to access your account, then you will be redirected to a browser tab, you can then close it.

Screenshots

Backburners

  • Converting links and emojis to plain text

About

A GUI to auto-generate TTS videos from reddit posts and comments

License:GNU General Public License v3.0


Languages

Language:Python 100.0%