Metadata-Version: 2.1
Name: pyrconcli
Version: 0.1.0
Summary: 
License: GPL
Author: Grzegorz Koperwas
Author-email: admin@grzegorzkoperwas.site
Requires-Python: >=3.13,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Requires-Dist: mcrcon (>=0.7.0,<0.8.0)
Requires-Dist: prompt-toolkit (>=3.0.48,<4.0.0)
Description-Content-Type: text/markdown

# pyRconcli

A usable minecraft rcon terminal interface made with prompt_toolkit and mcrcon.

## Features:

- Suggestions
- Color support (might depend on your terminal)
- Emacs keybinds (just like every other console)

## How to use:

Just run it like so:
```
./main.py <host> <password>
```

If your server uses diffrent port for rcon you can specify it like so:

```
./main.py <host> <password> -P <port_number>
```

Press crtl-d or crtl-c or just type `exit` to terminate your connection.

## TODO:

- more suggestions
- dynamic suggestions for players?
- package for pypi for easier instalation

