Log of Kamioka Activity during 2020/08/17 ~ 27

Participants

Perpose

Log (trial to use `eel`)

1. Installation of eel

eel is a Python module used to create a GUI.

I didn't found any instructions on how to install eel without using pip.

Therefore, we use pip to install eel in conda's virtual environment.

Activate the conda virtual environment.

% conda activate XXXXX

And type the following command

% pip install eel

To use eel, you need to install a specific browser like "chromium".

You can install chromium by typing the following command.

% sudo apt install -y chromium

2. Learning HTML and javascript

3. Learning Python

4. Creating a simple GUI with python and HTML.

Log (trial to use `PySimpleGUI`)

Useful page