# Monkey-Helper-Tools-py **Repository Path**: linux_search/Monkey-Helper-Tools-py ## Basic Information - **Project Name**: Monkey-Helper-Tools-py - **Description**: Some little tools that might help me in my development, write in python code. - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-09-02 - **Last Updated**: 2024-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Monkey-Helper-Tools-py Some little tools that might help me in my development, write in python code. - [x] pyside start this is just a very simple example to use pyside. - detials in my blog: [PySide2入门-设计界面和简单美化](https://makerinchina.cn/pyside2%e5%85%a5%e9%97%a8-%e8%ae%be%e8%ae%a1%e7%95%8c%e9%9d%a2%e5%92%8c%e7%ae%80%e5%8d%95%e7%be%8e%e5%8c%96/) ![image-20220316124209719](image/README/image-20220316124209719.png) - [x] usb hid test tool usb hid scan,and read ,write in hex format. - detials in my blog:[PySide2示例-USB HID测试工具](https://makerinchina.cn/pyside2示例-usb-hid测试工具/) ![usbhid_test](image/README/usbhid_test.png) - [x] serial tool a simple serial tool use QtSerialPort. - detials in my blog:[PySide2示例-简单的串口工具](https://makerinchina.cn/pyside2示例-简单的串口工具/) ![image-20220317094813153](image/README/image-20220317094813153.png) - [x] hideme tool no need to explain, not to skiving (moyu?), pls just study! ![image-20220317175640708](image/README/image-20220317175640708.png) - [x] hex2bin tool convert hex file to binary. - detials in my blog:[PySide2示例-简单的Hex转换工具](https://makerinchina.cn/pyside2示例-简单的hex转换工具/) ![image-20220317110800468](image/README/image-20220317110800468.png) - [ ] .....