Metadata-Version: 2.4
Name: PythonWalker
Version: 0.2.1
Summary: A Python based bot library for PixelWalker
Home-page: https://github.com/Tycho10101/PythonWalker
Author: Tycho10101
Author-email: supallawma@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.32.3
Requires-Dist: websockets>=13.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PythonWalker
A Python based bot library for [PixelWalker](https://pixelwalker.net)

Examples can be found [here](https://github.com/Tycho10101/PythonWalker/tree/main/examples).

## Setup
- In a command line, run `pip install PythonWalker`
- Put `import PythonWalker as pw` in your main.py or main Python script

## Setup (Manual)
- Put the `/PythonWalker` directory from this repository into the root of your program
- Put `import PythonWalker as pw` in your main.py or main Python script
- Install the Requests and Websockets libraries

## Features
- Connect to rooms
- Chat functions
- Recive leave and join packets
- Custom commands

## Todo List
- Blocks
- Private Messaging
- And more! (suggest them in the issues page)

Thanks to the folks on the Discord for helping me out!
Feel free to fork and contribute!
