Skip to content

hansyou/socket-tool-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TCP/UDP Socket 调试工具

这是一个使用 Python 和 Tkinter 构建的 TCP/UDP Socket 调试工具。

功能

  • 创建 TCP Server 和 Client
  • 创建 UDP Server 和 Client
  • 发送和接收消息

使用

tkinter 库是内置的,有个 python 环境就行。

uv python pin 3.12
uv init
uv sync
uv run main.py

打包

uv add pyinstaller
uv run pyinstaller -F -w -i icon/icon.ico main.py

About

使用 Python 和 Tkinter 构建的 TCP/UDP Socket 调试工具。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages