Update readme
This commit is contained in:
12
readme.md
12
readme.md
@@ -1,7 +1,10 @@
|
||||
[](https://pypi.python.org/pypi/pymetaverse/)
|
||||
[](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
|
||||
import asyncio
|
||||
import datetime
|
||||
@@ -36,4 +39,9 @@ async def main():
|
||||
|
||||
# Run everything
|
||||
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
|
||||
Reference in New Issue
Block a user