Metadata-Version: 2.1
Name: HolyTFTP
Version: 0.1.2
Summary: A TFTP server with GUI
Home-page: https://github.com/zengfanfan/HolyTFTP
Author: Zeng Fanfan
Author-email: zengfanfan2019@gmail.com
License: LGPLv3.0
Description: # 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
        ```
        
Keywords: HolyTFTP,holy,tftp,server
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
