__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# This is a setup.py example script for the use with py2exe
#
# (C) 2001-2015 Chris Liechti <cliechti@gmx.net>
#
# SPDX-License-Identifier: BSD-3-Clause
from distutils.core import setup
import os
import sys
# this script is only useful for py2exe so just run that distutils command.
# that allows to run it with a simple double click.
sys.argv.append('py2exe')
# get an icon from somewhere.. the python installation should have one:
icon = os.path.join(os.path.dirname(sys.executable), 'py.ico')
setup(
options={
'py2exe': {
'excludes': ['javax.comm'],
'optimize': 2,
'dist_dir': 'dist',
}
},
name="wxTerminal",
windows=[
{
'script': "wxTerminal.py",
'icon_resources': [(0x0004, icon)]
},
],
zipfile="stuff.lib",
description="Simple serial terminal application",
version="0.1",
author="Chris Liechti",
author_email="cliechti@gmx.net",
url="https://github.com/pyserial/pyserial/",
)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| at_protocol.py | File | 4.82 KB | 0644 |
|
| port_publisher.py | File | 19.68 KB | 0755 |
|
| port_publisher.sh | File | 1.03 KB | 0755 |
|
| rfc2217_server.py | File | 6 KB | 0755 |
|
| setup-miniterm-py2exe.py | File | 794 B | 0644 |
|
| setup-rfc2217_server-py2exe.py | File | 780 B | 0644 |
|
| setup-wxTerminal-py2exe.py | File | 1 KB | 0644 |
|
| tcp_serial_redirect.py | File | 7.33 KB | 0755 |
|
| wxSerialConfigDialog.py | File | 12.89 KB | 0755 |
|
| wxSerialConfigDialog.wxg | File | 13.29 KB | 0644 |
|
| wxTerminal.py | File | 14.18 KB | 0755 |
|
| wxTerminal.wxg | File | 6.74 KB | 0644 |
|