A script that can easily make screenshots of chat into video (with sounds!).
- Create a folder
images, put screenshots inside with namesimg#.jpg - Copy
example.config.jsontoconfig.jsonand modify the configuration. - Get the sound effect of discord and name it
discord-notification.mp3 - Create venv and install requirements.txt
$ python -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt- Run the script
(venv) $ python main.py- Complete README.md
- Support for multiple sound effect
- Add demo video
- Release binary version
- More configuration!