Skip to content

Commit

Permalink
add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkintama committed May 28, 2022
1 parent 3434365 commit 171e3c8
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# Deneyap-Kart-Web-Agent
# Deneyap-Kart-Web-Agent

## Summary

This project is made for https://deneyapkart.org/deneyapkart/deneyapblok/

It uses arduino-cli to interract with Deneyap Kart/Mini.

Basicly this program uses websockets to connect websites front end communicates with it, parses information and utilizes arduino-cli.

Can be modified for other hardwares just as esp and arduino.

Front-end code is blockWebsocket.js file.

## How To Run
You can basicly download .exe from last release or

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install requirements.
```bash
pip install -r requirements
```
then
```bash
python main.py
```

0 comments on commit 171e3c8

Please sign in to comment.