HowDoI
- if you write any question related to coding, HowDoI will answer.
- there are two methods to use HowDoI: Command-line and GUI in Windows
1. Command-line
- install:
pip install howdoi
https://github.com/gleitz/howdoi
- run:
howdoi ~~~
(where ~~~ is the question you want to ask)
- ex)

- tip) there are various programming languages;
therefore, it is recommended to write the language you are using.
howdoi ~~~ python
2. GUI - PySimpleGUI in Windows
- install
pip install PySimpleGUI-howdoi
- run
python -m pysimplegui-howdoi.pysimplegui-howdoi


#References
PySimpleGUI front-end to HowDoI
'ENGINEERING > SW' 카테고리의 다른 글
| 윈도우 작업표시줄 아이콘 깨짐 사라짐 복구 해결법 (How to recover the icons of the taskbar in Windows?) (0) | 2020.11.16 |
|---|---|
| TabNine - Easy Coding Tools (0) | 2020.03.28 |
| How to rename many picture files? (0) | 2020.03.01 |
| How to find duplicate pictures? (0) | 2020.03.01 |
| Free PDF Editor (0) | 2020.02.21 |