zeus-cod-bo6-bot-manager


Namezeus-cod-bo6-bot-manager JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/satyajiit/CodBo6_Bot_Manager_Zeus
SummaryA admin panel for controlling gamepad inputs and managing HWIDs.
upload_time2024-12-08 10:32:33
maintainerNone
docs_urlNone
authorGamesPatch
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Zeus COD BO6 Bot Manager
If you are looking for the Server app/script: [Zeus Server App Github](https://github.com/satyajiit/zeus-server-load)

![Python Badge](https://img.shields.io/badge/Made_with-Python-3776AB?style=flat-square&logo=python&logoColor=white)
![Caffeine Badge](https://img.shields.io/badge/Generated_with-Caffeine-FFDD00?style=flat-square&logo=coffeescript&logoColor=black)
![Gamers Badge](https://img.shields.io/badge/Built_by-Gamers-00FF00?style=flat-square&logo=xbox&logoColor=white)
![Night Owl Badge](https://img.shields.io/badge/Coded_at-3AM-blue?style=flat-square&logo=moon&logoColor=white)
![Bug Resistant Badge](https://img.shields.io/badge/99.9%25-Bug_Proof-orange?style=flat-square&logo=python&logoColor=black)
![Pizza Powered Badge](https://img.shields.io/badge/Powered_by-Pizza-red?style=flat-square&logo=pizza&logoColor=white)
![Hacky but It Works Badge](https://img.shields.io/badge/Hacky_but-it_works-yellow?style=flat-square&logo=python&logoColor=black)
![Gamer Approved Badge](https://img.shields.io/badge/Approved_by-Gamers-00FF00?style=flat-square&logo=steam&logoColor=white)
![Tech Humor Badge](https://img.shields.io/badge/Best_Stack-Ever-green?style=flat-square&logo=vue.js&logoColor=white)
![Flask Wizardry Badge](https://img.shields.io/badge/Wizardry-Flask-black?style=flat-square&logo=flask&logoColor=white)
![Vue Ninja Badge](https://img.shields.io/badge/Vue3-Ninja-green?style=flat-square&logo=vue.js&logoColor=white)


> **Platform:** Cross-platform (Windows, macOS, Linux)

![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/1.png)
![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/2.png)
![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/3.png)
![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/4.png)
![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/5.png)
![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/6.png)
![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/7.png)
![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/8.png)

## Overview

The **Zeus COD BO6 Bot Manager** is a powerful tool for managing bot lobbies in multiplayer games like Call of Duty Black Ops 6. It supports dashboard functionalities, remote server health checks, and in-game anti-AFK mechanisms. The tool is designed for convenience and efficiency, with a UI powered by Vue3 and Vuetify.

## Features

- **Cross-platform Compatibility:** Runs on Windows, macOS, and Linux.
- **Dashboard:** Monitor connected servers and health checks.
- **One-Click Automation:**
  - Launch multiple Chrome profiles simultaneously.
  - Install TamperMonkey and Better X Cloud scripts.
  - Enable Xbox Cloud anti-AFK mechanisms.
- **In-Game Controls:** Use the manager to control basic gamepad functions (D-pad, X, Y, A, B, L, R).
- **Integration:** Works seamlessly with the Zeus Server App.
- **User-Friendly UI:** Intuitive interface for easy navigation and control.
- **Logging:** Detailed logs for tracking server activities and bot lobbies.

## Installation

1. Ensure Python is installed on your system ([Download Python](https://www.python.org/downloads/)).
2. Install the Zeus COD BO6 Bot Manager using pip:
   ```bash
   pip install zeus-cod-bo6-bot-manager
   ```
3. Run the app:
   ```bash
   python3 -m zeus_cod_bo6_bot_manager
   ```

## Dependencies

The following Python packages are required:
- `flask-cors`
- `Flask`
- `PySide6`
- `PyQtWebEngine`
- `pyperclip`

The UI uses Vue3 and Vuetify. During the first run, the tool intelligently checks for Node.js and installs it if necessary.

## Setup Guide

1. Launch the app and connect to the Zeus Server App.
2. Use the dashboard to:
   - Monitor server health.
   - Launch Chrome profiles and TamperMonkey scripts.
   - Configure anti-AFK settings.
3. Start matchmaking and manage bot lobbies with ease.

![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/1.png)
![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/2.png)
![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/3.png)
![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/4.png)
![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/5.png)
![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/6.png)
![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/7.png)



## Contributing
![Contributions Welcome Badge](https://img.shields.io/badge/Contributions-Welcome-brightgreen?style=flat-square&logo=github)

We welcome contributions to improve the Zeus COD BO6 Bot Manager! Please follow these steps:

1. Fork the repository.
2. Create a new branch:
   ```bash
   git checkout -b feature-name
   ```
3. Commit your changes:
   ```bash
   git commit -m "Added a new feature"
   ```
4. Push your branch:
   ```bash
   git push origin feature-name
   ```
5. Submit a pull request.

## Tech
![Python Badge](https://img.shields.io/badge/Made_with-Python-3776AB?style=flat-square&logo=python&logoColor=white)
![Flask Badge](https://img.shields.io/badge/Backend-Flask-black?style=flat-square&logo=flask&logoColor=white)
![Vue.js Badge](https://img.shields.io/badge/Frontend-Vue3-4FC08D?style=flat-square&logo=vue.js&logoColor=white)
![Vuetify Badge](https://img.shields.io/badge/UI-Vuetify-1867C0?style=flat-square&logo=vuetify&logoColor=white)
![SQLite Badge](https://img.shields.io/badge/Database-SQL-336791?style=flat-square&logo=postgresql&logoColor=white)

## License
![Open Source Love Badge](https://img.shields.io/badge/Open_Source-💚-blue?style=flat-square&logo=opensourceinitiative&logoColor=white)
![MIT License Badge](https://img.shields.io/badge/License-MIT-blue?style=flat-square&logo=open-source-initiative&logoColor=white)

This project is licensed under the MIT License. See the `LICENSE` file for details.

## Credits

This project is inspired by [BotOps Hub Bot Lobby Tool](https://www.unknowncheats.me/forum/call-of-duty-black-ops-6-a/674129-botops-hub-bot-lobby-tool-vm-required.html). Special thanks to the original contributors for their ideas.

---

## Star This Project ⭐

If you find this tool helpful, please star the repositories to show your support!

Don't forget to subscribe to the YouTube channel for more updates and tutorials. [GamesPatch YouTube](https://www.youtube.com/@GamesPatch)

## Disclaimer

This tool, **Cod Bo6 Bot Lobby Manager**, is intended for **educational and testing purposes only**. The developers of this tool do not endorse or encourage any form of unethical gameplay, account manipulation, or violation of terms of service of any game or gaming platform. 

By using this tool, you agree to the following:
- You will use this tool in accordance with all applicable laws and regulations.
- You will not use this tool to gain unfair advantages or disrupt the integrity of multiplayer gaming environments.
- The developers are not responsible for any consequences, including but not limited to account suspension, bans, or other punitive measures, resulting from improper usage of this tool.

This software is provided "as is" without warranty of any kind, express or implied. Use at your own risk.

## Copyright Notice

The **Call of Duty: Black Ops 6** name, logo, and associated assets are trademarks or registered trademarks of **Activision Publishing, Inc.** The use of these names, logos, and any associated assets is purely for informational and reference purposes. This tool is not affiliated with, endorsed by, or in any way officially connected with **Activision Publishing, Inc.** or its products.

Any unauthorized use of **Call of Duty: Black Ops 6** or **Activision** intellectual property may violate copyright, trademark, and other laws. Users are solely responsible for adhering to the terms of service and copyright policies of the respective platforms and games. 

If you have any concerns or questions about the use of **Call of Duty: Black Ops 6** or **Activision** assets in this tool, please contact us for clarification.

Email: **hello.theappstack@gmail.com** , any violating content would be removed immediately.

---

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus",
    "name": "zeus-cod-bo6-bot-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "GamesPatch",
    "author_email": "hello.theappstack@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/74/19/5d5d9dfd6424f5fb5309485eff814db5f122a05767c96181326002dc76a7/zeus_cod_bo6_bot_manager-1.0.1.tar.gz",
    "platform": null,
    "description": "# Zeus COD BO6 Bot Manager\nIf you are looking for the Server app/script: [Zeus Server App Github](https://github.com/satyajiit/zeus-server-load)\n\n![Python Badge](https://img.shields.io/badge/Made_with-Python-3776AB?style=flat-square&logo=python&logoColor=white)\n![Caffeine Badge](https://img.shields.io/badge/Generated_with-Caffeine-FFDD00?style=flat-square&logo=coffeescript&logoColor=black)\n![Gamers Badge](https://img.shields.io/badge/Built_by-Gamers-00FF00?style=flat-square&logo=xbox&logoColor=white)\n![Night Owl Badge](https://img.shields.io/badge/Coded_at-3AM-blue?style=flat-square&logo=moon&logoColor=white)\n![Bug Resistant Badge](https://img.shields.io/badge/99.9%25-Bug_Proof-orange?style=flat-square&logo=python&logoColor=black)\n![Pizza Powered Badge](https://img.shields.io/badge/Powered_by-Pizza-red?style=flat-square&logo=pizza&logoColor=white)\n![Hacky but It Works Badge](https://img.shields.io/badge/Hacky_but-it_works-yellow?style=flat-square&logo=python&logoColor=black)\n![Gamer Approved Badge](https://img.shields.io/badge/Approved_by-Gamers-00FF00?style=flat-square&logo=steam&logoColor=white)\n![Tech Humor Badge](https://img.shields.io/badge/Best_Stack-Ever-green?style=flat-square&logo=vue.js&logoColor=white)\n![Flask Wizardry Badge](https://img.shields.io/badge/Wizardry-Flask-black?style=flat-square&logo=flask&logoColor=white)\n![Vue Ninja Badge](https://img.shields.io/badge/Vue3-Ninja-green?style=flat-square&logo=vue.js&logoColor=white)\n\n\n> **Platform:** Cross-platform (Windows, macOS, Linux)\n\n![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/1.png)\n![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/2.png)\n![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/3.png)\n![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/4.png)\n![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/5.png)\n![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/6.png)\n![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/7.png)\n![Zeus COD BO6 Bot Manager Screenshot](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/8.png)\n\n## Overview\n\nThe **Zeus COD BO6 Bot Manager** is a powerful tool for managing bot lobbies in multiplayer games like Call of Duty Black Ops 6. It supports dashboard functionalities, remote server health checks, and in-game anti-AFK mechanisms. The tool is designed for convenience and efficiency, with a UI powered by Vue3 and Vuetify.\n\n## Features\n\n- **Cross-platform Compatibility:** Runs on Windows, macOS, and Linux.\n- **Dashboard:** Monitor connected servers and health checks.\n- **One-Click Automation:**\n  - Launch multiple Chrome profiles simultaneously.\n  - Install TamperMonkey and Better X Cloud scripts.\n  - Enable Xbox Cloud anti-AFK mechanisms.\n- **In-Game Controls:** Use the manager to control basic gamepad functions (D-pad, X, Y, A, B, L, R).\n- **Integration:** Works seamlessly with the Zeus Server App.\n- **User-Friendly UI:** Intuitive interface for easy navigation and control.\n- **Logging:** Detailed logs for tracking server activities and bot lobbies.\n\n## Installation\n\n1. Ensure Python is installed on your system ([Download Python](https://www.python.org/downloads/)).\n2. Install the Zeus COD BO6 Bot Manager using pip:\n   ```bash\n   pip install zeus-cod-bo6-bot-manager\n   ```\n3. Run the app:\n   ```bash\n   python3 -m zeus_cod_bo6_bot_manager\n   ```\n\n## Dependencies\n\nThe following Python packages are required:\n- `flask-cors`\n- `Flask`\n- `PySide6`\n- `PyQtWebEngine`\n- `pyperclip`\n\nThe UI uses Vue3 and Vuetify. During the first run, the tool intelligently checks for Node.js and installs it if necessary.\n\n## Setup Guide\n\n1. Launch the app and connect to the Zeus Server App.\n2. Use the dashboard to:\n   - Monitor server health.\n   - Launch Chrome profiles and TamperMonkey scripts.\n   - Configure anti-AFK settings.\n3. Start matchmaking and manage bot lobbies with ease.\n\n![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/1.png)\n![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/2.png)\n![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/3.png)\n![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/4.png)\n![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/5.png)\n![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/6.png)\n![Zeus COD BO6 Bot Manager Guide](https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus/raw/master/screenshots/setup/7.png)\n\n\n\n## Contributing\n![Contributions Welcome Badge](https://img.shields.io/badge/Contributions-Welcome-brightgreen?style=flat-square&logo=github)\n\nWe welcome contributions to improve the Zeus COD BO6 Bot Manager! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Added a new feature\"\n   ```\n4. Push your branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Submit a pull request.\n\n## Tech\n![Python Badge](https://img.shields.io/badge/Made_with-Python-3776AB?style=flat-square&logo=python&logoColor=white)\n![Flask Badge](https://img.shields.io/badge/Backend-Flask-black?style=flat-square&logo=flask&logoColor=white)\n![Vue.js Badge](https://img.shields.io/badge/Frontend-Vue3-4FC08D?style=flat-square&logo=vue.js&logoColor=white)\n![Vuetify Badge](https://img.shields.io/badge/UI-Vuetify-1867C0?style=flat-square&logo=vuetify&logoColor=white)\n![SQLite Badge](https://img.shields.io/badge/Database-SQL-336791?style=flat-square&logo=postgresql&logoColor=white)\n\n## License\n![Open Source Love Badge](https://img.shields.io/badge/Open_Source-\ud83d\udc9a-blue?style=flat-square&logo=opensourceinitiative&logoColor=white)\n![MIT License Badge](https://img.shields.io/badge/License-MIT-blue?style=flat-square&logo=open-source-initiative&logoColor=white)\n\nThis project is licensed under the MIT License. See the `LICENSE` file for details.\n\n## Credits\n\nThis project is inspired by [BotOps Hub Bot Lobby Tool](https://www.unknowncheats.me/forum/call-of-duty-black-ops-6-a/674129-botops-hub-bot-lobby-tool-vm-required.html). Special thanks to the original contributors for their ideas.\n\n---\n\n## Star This Project \u2b50\n\nIf you find this tool helpful, please star the repositories to show your support!\n\nDon't forget to subscribe to the YouTube channel for more updates and tutorials. [GamesPatch YouTube](https://www.youtube.com/@GamesPatch)\n\n## Disclaimer\n\nThis tool, **Cod Bo6 Bot Lobby Manager**, is intended for **educational and testing purposes only**. The developers of this tool do not endorse or encourage any form of unethical gameplay, account manipulation, or violation of terms of service of any game or gaming platform. \n\nBy using this tool, you agree to the following:\n- You will use this tool in accordance with all applicable laws and regulations.\n- You will not use this tool to gain unfair advantages or disrupt the integrity of multiplayer gaming environments.\n- The developers are not responsible for any consequences, including but not limited to account suspension, bans, or other punitive measures, resulting from improper usage of this tool.\n\nThis software is provided \"as is\" without warranty of any kind, express or implied. Use at your own risk.\n\n## Copyright Notice\n\nThe **Call of Duty: Black Ops 6** name, logo, and associated assets are trademarks or registered trademarks of **Activision Publishing, Inc.** The use of these names, logos, and any associated assets is purely for informational and reference purposes. This tool is not affiliated with, endorsed by, or in any way officially connected with **Activision Publishing, Inc.** or its products.\n\nAny unauthorized use of **Call of Duty: Black Ops 6** or **Activision** intellectual property may violate copyright, trademark, and other laws. Users are solely responsible for adhering to the terms of service and copyright policies of the respective platforms and games. \n\nIf you have any concerns or questions about the use of **Call of Duty: Black Ops 6** or **Activision** assets in this tool, please contact us for clarification.\n\nEmail: **hello.theappstack@gmail.com** , any violating content would be removed immediately.\n\n---\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A admin panel for controlling gamepad inputs and managing HWIDs.",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/satyajiit/CodBo6_Bot_Manager_Zeus"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1eb08f06fffac1a1143416268d2372120d45db3ce79c1fc324b20f2ea9c52b1",
                "md5": "6aefbcc7176acd9b687982a342d2003a",
                "sha256": "b0b912f7e5ddafd48ad5dda35f31e0d1a422bc42c072112e2ceedbac658ed0f6"
            },
            "downloads": -1,
            "filename": "zeus_cod_bo6_bot_manager-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6aefbcc7176acd9b687982a342d2003a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 326521,
            "upload_time": "2024-12-08T10:32:31",
            "upload_time_iso_8601": "2024-12-08T10:32:31.350927Z",
            "url": "https://files.pythonhosted.org/packages/f1/eb/08f06fffac1a1143416268d2372120d45db3ce79c1fc324b20f2ea9c52b1/zeus_cod_bo6_bot_manager-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74195d5d9dfd6424f5fb5309485eff814db5f122a05767c96181326002dc76a7",
                "md5": "61d3fb17abbfe815274a6f4b2f969201",
                "sha256": "bf75f7dcb45cebdf5d17adf4f47ff3f2706e3ce105883fad6c1ab79086e45337"
            },
            "downloads": -1,
            "filename": "zeus_cod_bo6_bot_manager-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "61d3fb17abbfe815274a6f4b2f969201",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 316146,
            "upload_time": "2024-12-08T10:32:33",
            "upload_time_iso_8601": "2024-12-08T10:32:33.608086Z",
            "url": "https://files.pythonhosted.org/packages/74/19/5d5d9dfd6424f5fb5309485eff814db5f122a05767c96181326002dc76a7/zeus_cod_bo6_bot_manager-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-08 10:32:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "satyajiit",
    "github_project": "CodBo6_Bot_Manager_Zeus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "zeus-cod-bo6-bot-manager"
}
        
Elapsed time: 0.40052s