Update readme

This commit is contained in:
Kyler Eastridge
2025-06-19 23:31:44 -04:00
parent b953aff983
commit 2271336218

View File

@@ -1,7 +1,10 @@
[![License](https://img.shields.io/pypi/l/pymetaverse.svg)](https://pypi.python.org/pypi/pymetaverse/) [![License](https://img.shields.io/pypi/l/pymetaverse.svg)](https://pypi.python.org/pypi/pymetaverse/)
[![PyPI version shields.io](https://img.shields.io/pypi/v/pymetaverse.svg)](https://pypi.python.org/pypi/pymetaverse/) [![PyPI version shields.io](https://img.shields.io/pypi/v/pymetaverse.svg)](https://pypi.python.org/pypi/pymetaverse/)
# Second Life viewer in python # PyMetaverse
A library for connecting to Second Life, OpenSimulator, or other compatible grids.
# Simple bot example
```py ```py
import asyncio import asyncio
import datetime import datetime
@@ -36,4 +39,9 @@ async def main():
# Run everything # Run everything
asyncio.run(main()) asyncio.run(main())
``` ```
# Similar Projects
* Second Life Viewer (C++) - https://github.com/secondlife/viewer
* LibreMetaverse (C#) - https://github.com/cinderblocks/libremetaverse
* Node Metaverse (NodeJS) - https://github.com/CasperTech/node-metaverse