معرفی شرکت ها


bedrockpy-0.1.1.post1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Minecraft Bedrock Edition Websocket Server
ویژگی مقدار
سیستم عامل -
نام فایل bedrockpy-0.1.1.post1
نام bedrockpy
نسخه کتابخانه 0.1.1.post1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/bedrockpy/
مجوز MIT License Copyright (c) 2022 phoenixR Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
********* bedrockpy ********* bedrockpy is a library that handles a websocket connection between your Minecraft world and your server. This library allows you to create custom commands and react to several events. ========= Important ========= This library is not meant for creating add-ons, plugins or similar things. If you are however looking for creating such creations, you might take a look at `Microsofts official Minecraft Bedrock documentation <https://docs.microsoft.com/en-us/minecraft/creator/>`_ This library is meant to combine python knowledge with Minecraft or execute Python code on systems that do not provide full add-on support (such as Bedrock Edition on Consoles). ==================== A very small example ==================== This demonstrates the basic structure of a bot Don't worry, there is way more to create! .. code-block:: python3 import bedrock app = bedrock.Server( "localhost", 6464, command_prefix = "$" ) @app.event async def on_ready(ctx): print("Ready!") @app.command() async def hello(ctx): """say hello""" ctx.tell("Hello, World!") app.run() `Documentation <https://phoenixr-codes.github.io/bedrockpy/>`_ NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.


نیازمندی

مقدار نام
- art
- convert-case
- packaging
- ruamel.yaml
- websockets
- uvloop


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl bedrockpy-0.1.1.post1:

    pip install bedrockpy-0.1.1.post1.whl


نصب پکیج tar.gz bedrockpy-0.1.1.post1:

    pip install bedrockpy-0.1.1.post1.tar.gz