aboutsummaryrefslogtreecommitdiff
path: root/README
blob: dd18e52f77b3eab548ae34062d3836c9d67c025f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Moji
====

Moji is a C program to help communicate with someone who had a stroke, similar
to a communication board. It creates a simple full screen window that allows
you to cycle through emoji or an alphabet by clicking the left mouse button. It
is intended to be used with a special USB mouse that allows the person to click
the mouse with little effort (like
[this](https://www.amazon.com/dp/B071NT761Z?psc=1&ref=ppx_yo2ov_dt_b_product_details)).

You can press the spacebar to switch between emoji and an alphabet.

Compiling
=========

I've only tested it on Fedora 36 and Rocky Linux 9. To install, first install a
few packages:

To compile just run:

```console
$ make
$ ./moji
```

To enable the text reading component, you should also run:

```console
$ dnf install gtts mpg123
```

Documentation
=============

Currently, this README file is the only documentation.

That's All Folks!
=================

-- Anthony LaTorre <tlatorre9 at gmail dot com>