OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
106 stars 29 forks source link

[msklc] add a progress bar #145

Closed fabi1cazenave closed 7 months ago

fabi1cazenave commented 7 months ago

Building an MSKLC installer takes 5-10 seconds. A progress bar would be nice to see.

https://pypi.org/project/progress/

fabi1cazenave commented 7 months ago

A progress bar might be overkill. Two print statements could be enough:

1/2: creating an MSKLC installer…
2/2: building the keyboard driver DLL…

MSKLC drivers successfully built:
  - execute `C:\Users\xxx\Documents\sturdy\setup.exe` to install the keyboard layout
  - log out and log back in to apply the changes
fabi1cazenave commented 7 months ago

fixed by #147