A simple template based video generator project written in Python. The project can be used to create videos like those of the popular Hacking group "Anonymous". We have a built-in video script editor to create your own custom video, which will be played on the screen. This works on various Python Libraries and Audio Post Processors like FFMPEG
It is an Anonymous Video Generator with which you can Build viral and shareable videos, complete with audio narration, custom video style and background music.
Below are the Instructions on setting up the project Locally.
Also This Project uses the concept of Virtual Environments in Python so if you don't know how they work then refer to this doc
Below are the Things you will need to use the software and How to install them :
- Operating System - Windows
- Python 3.9.x ( 3.9.7 Tested )
- Pip 3 (Usually gets Installed with Python)
- FFMPEG - [Refer Here]
if all the above prequisities are Satisfied, you may proceedto the next section.
Follow these instructions to Setup your Own instance of the App :
Find instructions for cloning/downloading this repo here, then unzip the repository
Open terminal/cmd/powershell and change directory/folder to the cloned folder. Here are the instructions
After you cd into the repo folder, ensure you see the following cmd/terminal prompt
Something.../BeAnonymous $
If not, repeat the previous step.
After this, run the following command in cmd/terminal:
python -m venv name_of_env
once your Virtual Environment is Created, Activate it using the following command in cmd/terminal:
name_of_env/Scripts/activate.bat
Once your Virtual Environment is setup, your Terminal should look like this :
(name_of_env) Something...\BeAnonymous>
otherwise follow the previous step again.
After this, run the following command in cmd/terminal:
pip install -r requirements.txt
Open Root folder with cmd/terminal and activate Virtual Environment in it, now open app.py
using python 3.
your terminal should look something like this :
(name_of_env) Something...\BeAnonymous>python "src/app.py"
And Congrats 🎉 the Application would start if you have followed each step correctly.
Preview of App Interface (Figma)
- Add 'Subtitiles' Feature into VideoGenerator
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE.txt
for more information.
If you want to contact me, you can reach me at [email protected]
- Parth Jadhav and team for their Amazing Tkinter Designer. Highly recommend checking it out.
- Anonymous for Motivation of this Application
- "Anonymous Group" Youtube Channel for the Stock Footage clip.