{"id":25265857,"url":"https://github.com/mambacodes/beanonymous","last_synced_at":"2025-10-28T15:52:59.239Z","repository":{"id":158824310,"uuid":"572539936","full_name":"MambaCodes/BeAnonymous","owner":"MambaCodes","description":"BeAnonymous is a Python based application with which you can generate videos in the exact same way as the one made by Anonymous.","archived":false,"fork":false,"pushed_at":"2025-05-17T19:03:27.000Z","size":38666,"stargazers_count":106,"open_issues_count":0,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-27T04:37:45.210Z","etag":null,"topics":["anonymous","python","video-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MambaCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-30T13:49:30.000Z","updated_at":"2025-10-25T11:06:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5d54807-a5dc-4d21-9bb7-94e6507cf66d","html_url":"https://github.com/MambaCodes/BeAnonymous","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MambaCodes/BeAnonymous","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MambaCodes%2FBeAnonymous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MambaCodes%2FBeAnonymous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MambaCodes%2FBeAnonymous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MambaCodes%2FBeAnonymous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MambaCodes","download_url":"https://codeload.github.com/MambaCodes/BeAnonymous/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MambaCodes%2FBeAnonymous/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281467275,"owners_count":26506462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anonymous","python","video-generator"],"created_at":"2025-02-12T08:31:01.258Z","updated_at":"2025-10-28T15:52:59.233Z","avatar_url":"https://github.com/MambaCodes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv id=\"top\"\u003e\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"200\" src=\"https://user-images.githubusercontent.com/87000693/205107683-ba6896dc-6776-48c6-9ae8-d4b13c4751ab.png\" alt=\"logo\"\u003e\n  \u003ch1 align=\"center\" style=\"margin: 0 auto 0 auto;\"\u003eBe Anonymous\u003c/h1\u003e\n  \u003ch5 align=\"center\" style=\"margin: 0 auto 0 auto;\"\u003e \" The Anonymous Video Generator \"\u003c/h5\u003e\n  \u003c/p\u003e\n\n\n ##  Introduction\nA 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\n\n### InShort\nIt is an Anonymous Video Generator with which you can Build viral and shareable videos, complete with audio narration, custom video style and background music.\n\n\n  \n# Getting Started  \nBelow are the Instructions on setting up the project Locally.\u003c/br\u003e\nAlso This Project uses the concept of Virtual Environments in Python so if you don't know how they work then refer to this [doc](\nhttps://docs.python.org/3/tutorial/venv.html)\n\n\n## Prequisites \nBelow are the Things you will need to use the software and How to install them :\n- Operating System - Windows\n- Python 3.11.5 Tested\n- Pip 3 (Usually gets Installed with Python)\n- FFMPEG - [Follow this Installation Tutorial](https://www.youtube.com/watch?v=4jx2_j5Seew)\n\nif all the above prequisities are Satisfied, you may proceed to the next section.\n\n## Installation\nFollow these instructions to Setup your Own instance of the App :\n\n\u003c/br\u003e\n\n\n### 1 : Clone the Repo \n```sh\ngit clone https://github.com/MambaCodes/BeAnonymous.git\n```\n\n### 2 : Cd to the folder\n```sh\ncd BeAnonymous\n```\n\n### 3 : Create \u0026 Activate a Python Virtual Environment\nAfter you cd into the repo folder, ensure you see the following cmd/terminal prompt\n```sh\nSomething.../BeAnonymous $\n```\n\nIf not, repeat the previous step.\n\nAfter this, run the following command in cmd/terminal:\n```sh\npython -m venv myenv\n```\n\nonce your Virtual Environment is Created, Activate it using the following command in cmd/terminal:\n```sh\nmyenv/Scripts/activate\n```\n\n### 4 : Install the PIP packages/dependencies\nOnce your Virtual Environment is setup, your Terminal should look like this :\n```sh\n  (myenv) Something...\\BeAnonymous\u003e\n```\notherwise follow the previous step again.\n\nAfter this, run the following command in cmd/terminal:\n\n```sh\npip install -r requirements.txt\n```\n\n### 5 : It's done 🎉 | Run the app\n```bash\n  (name_of_env) Something...\\BeAnonymous\u003epython main.py\n```\n\u003c/br\u003e\nAnd Congrats 🎉 the Application would start if you have followed each step correctly.\n\n\n\u003c/br\u003e\n  \n\n\n## 📐 How it Works\n![Flowchart Diagram anonymous](https://user-images.githubusercontent.com/87000693/205112261-6e994daf-42d4-4adf-a835-3de2aff2d848.png)\n\n\n\n# Preview of App Interface ([Figma](https://www.figma.com/file/j5xS8mmcligDYr73Ba55Ru/BeAnonymous?node-id=0%3A1\u0026t=CwW9WR9BCzLs5T4b-1))\n![Banner](https://user-images.githubusercontent.com/87000693/205113602-3353c7c7-3b2f-4463-9464-683fe5120304.png)\n\n## Screenshot of Real Application\n![image](https://user-images.githubusercontent.com/87000693/205495685-008898e3-5a8c-4c1e-bea2-01565b956fc7.png)\n\n\n# DEMO Output Video : \n[![Demo video](https://img.youtube.com/vi/FgMfoMXQfMM/maxresdefault.jpg)](https://www.youtube.com/watch?v=hmOEzcqPmREhttps://www.youtube.com/watch?v=hmOEzcqPmRE)\n\n\n# Roadmap\n\n- [ ] Add 'Subtitiles' Feature into VideoGenerator \n\n\n# Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf 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\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n# License\n\nDistributed under the Apache License 2.0. See [`LICENSE.txt`](/LICENSE.txt) for more information.\n\n\n## 📝 Contact Me\nIf you want to contact me, you can\nreach me at dyeusyt@gmail.com\n\n# Acknowledgments\n\n-   **Parth Jadhav and team** for their Amazing [Tkinter Designer](https://github.com/ParthJadhav/Tkinter-Designer). This really helped me while making the intial UI using tkinter.\n-  **Tom Schimansky** for CustomTkinter [CustomTkinter](https://github.com/TomSchimansky/CustomTkinter)\n-   Anonymous for Motivation of this Application\n-   \"Anonymous Group\" [Youtube Channel](https://www.youtube.com/@AnonymousGroup) for the Stock Footage clip.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=MambaCodes/BeAnonymous\u0026type=Date)](https://www.star-history.com/#MambaCodes/BeAnonymous\u0026Date)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmambacodes%2Fbeanonymous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmambacodes%2Fbeanonymous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmambacodes%2Fbeanonymous/lists"}