| 1 | # Fanfix |
| 2 | |
| 3 | ## Screenshots |
| 4 | |
| 5 | Fanfix can use different interfaces: |
| 6 | |
| 7 | - GUI: a Swing-based interface to display on your desktop |
| 8 | - TUI: a [jexer](https://gitlab.com/klamonte/jexer/)-based interface to display in text mode, but still with window, buttons and other widgets |
| 9 | - CLI: a fully automated CLI mode that can be used for scripts or to read on a terminal screen |
| 10 | |
| 11 | This screenshots gallery shows screenshots of different versions of Fanfix, but shows the more recent ones on top. |
| 12 | |
| 13 | ### Version 2.0.0 |
| 14 | |
| 15 | #### GUI |
| 16 | |
| 17 | ![Main window](fanfix-2.0.0-gui-library.png) |
| 18 | |
| 19 | ![Properties page](fanfix-2.0.0-gui-properties.png) |
| 20 | |
| 21 | ![Menu](fanfix-2.0.0-gui-menu.png) |
| 22 | |
| 23 | #### TUI |
| 24 | |
| 25 | ![Main window](fanfix-2.0.0-tui-library.png) |
| 26 | |
| 27 | ![Properties page](fanfix-2.0.0-tui-properties.png) |
| 28 | |
| 29 | ![Menu](fanfix-2.0.0-tui-menu.png) |
| 30 | |
| 31 | #### CLI |
| 32 | |
| 33 | ![Main window](fanfix-2.0.0-cli-library.png) |
| 34 | |
| 35 | ![Properties page](fanfix-2.0.0-cli-properties.png) |
| 36 | |
| 37 | ![Menu](fanfix-2.0.0-cli-menu.png) |
| 38 | |
| 39 | ### Version 1.3.2 |
| 40 | |
| 41 | #### GUI |
| 42 | |
| 43 | ![Main window](fanfix-1.3.2.png) |
| 44 | |
| 45 | ### Version 1.0.0 |
| 46 | |
| 47 | #### GUI |
| 48 | |
| 49 | ![Main window](fanfix-1.0.0.png) |