Getting Started
May 16, 2025 ยท View on GitHub
Be Anonymous
" The Anonymous Video Generator "
Introduction
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
InShort
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.
Getting Started
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
Prequisites
Below are the Things you will need to use the software and How to install them :
- Operating System - Windows
- Python 3.11.5 Tested
- Pip 3 (Usually gets Installed with Python)
- FFMPEG - Follow this Installation Tutorial
if all the above prequisities are Satisfied, you may proceed to the next section.
Installation
Follow these instructions to Setup your Own instance of the App :
1 : Clone the Repo
git clone https://github.com/MambaCodes/BeAnonymous.git
2 : Cd to the folder
cd BeAnonymous
3 : Create & Activate a Python Virtual Environment
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 myenv
once your Virtual Environment is Created, Activate it using the following command in cmd/terminal:
myenv/Scripts/activate
4 : Install the PIP packages/dependencies
Once your Virtual Environment is setup, your Terminal should look like this :
(myenv) Something...\BeAnonymous>
otherwise follow the previous step again.
After this, run the following command in cmd/terminal:
pip install -r requirements.txt
5 : It's done ๐ | Run the app
(name_of_env) Something...\BeAnonymous>python main.py
And Congrats ๐ the Application would start if you have followed each step correctly.
๐ How it Works

Preview of App Interface (Figma)

Screenshot of Real Application

DEMO Output Video :
Roadmap
- Add 'Subtitiles' Feature into VideoGenerator
Contributing
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
License
Distributed under the Apache License 2.0. See LICENSE.txt for more information.
๐ Contact Me
If you want to contact me, you can reach me at dyeusyt@gmail.com
Acknowledgments
- Parth Jadhav and team for their Amazing Tkinter Designer. This really helped me while making the intial UI using tkinter.
- Tom Schimansky for CustomTkinter CustomTkinter
- Anonymous for Motivation of this Application
- "Anonymous Group" Youtube Channel for the Stock Footage clip.
