zengfanfan / HolyTFTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HolyTFTP

HolyTFTP is a TFTP server with GUI, written in python3. It's a part of the HolySoftware project, which aims to provide os-independent softwares.

Installation

pip install HolyTFTP

Build on linux (to a single file)

pyinstaller -Fsn HolyTFTP src/main.py

Build on windows/MacOS (to a single file)

pyinstaller -Fwn HolyTFTP -i src/favicon.ico src/main.py

About

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%