summaryrefslogtreecommitdiff
path: root/docs/guide.md
blob: a874afea7b975d4a43118ddd7be713925694fa43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-------------------------------------------------------------

                     I2C CONTROLLER GUIDE

-------------------------------------------------------------

This program is designed to control an LCD1602 using python. It supports
a GUI and CLI interface and is at the moment only linux compatible.

You will need to have a couple of dependency's readdy on your device to use the software.

* sounddevice
* ...

-------------------------------------------------------------

The software supports multiple fetures ranging from a note saving system ( which is actually a fun way of saying displaying something on the screen and saving the output for later use) to speech transription and system readings.

The main way of using the software is the CLI. run the main.py file and you will see the options pop, after running them they will run automaticly, the CLI is still the recomended way of using it simply because it's ment for controlling an RPI through an SSH session.