Podnova Player  Windows library  Podnova home
License: All
Sort by: Relevance

Python tera term in Title/Summary

Tera Term

Tera Term

Tera Term is a terminal emulation program that allows you to connect to Linux boxes.Main Features:- Serial port connections. - TCP/IP (telnet, SSH1, SSH2) connections. - Log replaying. - Named pipe connection. - IPv6 communication. - VT100 emulation and selected VT200/300 emulation. - TEK4010 emulation. - File transfer protocols (Kermit, XMODEM, YMODEM, ZMODEM, B-PLUS and Quick-VAN).

  • Publisher: T. Teranishi
  • Last updated: June 16th, 2021
TTLEditor

TTLEditor

TTLEditor is a plain text editor with Tera Term Macro language syntax highlighting and syntax completion proposal features. TTLEditor is similar to the Macro Editor built into LogMeTT Configuration utility and may be used when there is no need in complex hierarchical macro structures. The name "TTLEditor" indicates that this editor is built specially for creating and updating .TTL files.

  • Publisher: Boris Maisuradze
  • Last updated: September 17th, 2013
Virsyn Tera VSTi RTAS

Virsyn Tera VSTi RTAS

Tera 3 is a modular software synthesizer program based on many different synthesizer technologies including “spectrum synthesis”. Users will benefit from this new versions improvements which include a “free running” envelope mode and a stereo mode to its Distortion Effect feature.

  • Publisher: VirSyn Software Synthesizer
  • Home page: www.virsyn.de
  • Last updated: March 10th, 2008

Python tera term in Description

miniTERA

miniTERA

miniTERA offers a radically simplified approach to sound design. You don´t need to dig into the secrets of traditional preset programming to change a sound in a musical meaningful way. Every preset in miniTERA has a built in “Sound designer” which presents you a set of up to eight meta parameters for convenient access to the most important aspects of the sound.

  • Publisher: VirSyn Software Synthesizer
  • Home page: www.virsyn.de
  • Last updated: November 9th, 2011
Python - py2exe

Python - py2exe

Py2exe is a great extension to Python's Distribution Utilities that allows you to create a Windows executable file from a Pythons script. This allows users to execute programs without the need of having the Python interpreter installed. An excellent extension that every developer must have.

  • Publisher: Thomas Heller
  • Home page: www.py2exe.org
  • Last updated: December 21st, 2008
AVPython

AVPython

To call back to ArcView from Python, just say "from arcview import avexec" in your Python script, and then use the avexec function to run Avenue code. However, you can only do that from scripts that are running inside of ArcView (i.e. using the "Python Language Support" extension).

  • Publisher: W. Bruce Dodson
  • Home page: sourceforge.net
  • Last updated: February 20th, 2010
Python numpy

Python numpy

NumPy is an extension for Python that allows complex scientific and mathematic functions to be executed in a quick way. NumPy allows large array objects, necessary to make large calculations or to speed up some mathematical functions. A definite essential for Python.

  • Publisher: Numpty Developers
  • Last updated: April 9th, 2009
Python - pyodbc

Python - pyodbc

This software is a Python module that enables one to connect to databases running under Windows,Linux ,OS/X and other operating systems using ODBC. It comes with an MIT license and hence, is free for personal and non-commercial use. Being a Python module, Python (ver 3.3 or higher) is a necessary prerequisite and must be installed prior to installing Pyodbc.

  • Publisher: Michael Kleehammer
  • Home page: code.google.com
  • Last updated: November 6th, 2013

Additional Python tera term selection

TeraTerm Pro

TeraTerm Pro

TeraTerm Pro Web is the next generation tool for connecting with remote Telnet and SSH hosts. It is built based on the extremely popular open-source TeraTerm product put out by T. Teranishi in 1999 (click here for original site). In keeping with the original philosophy and spirit of the author, this modified version is completely free!!

  • Publisher: Ayera Technology,INC.
  • Home page: www.ayera.com
  • Last updated: February 3rd, 2010
Python

Python

Python is an object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java. It comes with a large standard library that supports many common programming tasks, such as connecting to web servers, searching text with regular expressions, reading, and modifying files.

  • Publisher: Python Software Foundation
  • Home page: www.python.org
  • Last updated: February 7th, 2024
ImageMagick

ImageMagick

Use ImageMagick® to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons,etc

  • Publisher: ImageMagick Studio LLC
  • Home page: www.imagemagick.org
  • Last updated: March 14th, 2013
TERA

TERA

TERA’s action combat system makes battles come alive. Instead of mindlessly mashing keys while grinding through monotonous content, players jockey for position, aim at moving targets, dodge incoming attacks, and time combos carefully to deal massive damage.

  • Publisher: Bluehole Studio Inc
  • Last updated: October 12th, 2017
Python pygame

Python pygame

Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and multimedia programs in the python language. Pygame is highly portable and runs on nearly every halloween contacts platform and operating system. Pygame itself has been downloaded millions of times, and has had millions of visits to this website.

  • Publisher: Pete Shinners, Rene Dudfield, Marcus von Appen, Bob Pendleton, others
  • Home page: www.pygame.org
  • Last updated: November 17th, 2010
Python Launcher

Python Launcher

Python Launcher is an open-source program that allows Python scripts (.py and .pyw files) on Windows to specify the version of Python which should be used, allowing simultaneous use of Python 2 and 3. When executing a script, the launcher looks for a Unix-style #! (shebang) line in the script.

  • Publisher: Vinay Sajip
  • Home page: bitbucket.org
  • Last updated: August 7th, 2017
Python comtypes

Python comtypes

comtypes is a pure Python COM package based on the ctypes ffi foreign function library. ctypes is included in Python 2.5 and later, it is also available for Python 2.4 as separate download.rnrnWhile the pywin32 package contains superior client side support for dispatch based COM interfaces, it is not possible to access custom COM interfaces unless they are wrapped in C++-code.

  • Publisher: Python
  • Home page: pypi.python.org
  • Last updated: August 15th, 2011
Python - SendKeys

Python - SendKeys

SendKeys is a Python extension for Windows which can be used to send one or more keystrokes or keystroke combinations to the active window. SendKeys exports 1 function, SendKeys, and 1 exception, KeySequenceError. SendKeys may throw KeySequenceError if an error is found when reading keys. SendKeys reads all keys before pressing any, so if an error is found, no keys will be pressed.

  • Publisher: Ollie Rutherfurd
  • Last updated: May 26th, 2010
Python lxml

Python lxml

The lxml XML toolkit is a Pythonic binding for the C libraries libxml2/libxslt. The lxml.etree follows the ElementTree API as much as possible, building it on top of the native libxml2 tree. It combines the speed and XML feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API.

  • Publisher: Stefan Behnel
  • Home page: lxml.de
  • Last updated: May 28th, 2015
Python pywin32-210

Python pywin32-210

Python pywin32-210 is a set of Python extensions for Windows. In order to run Python flawlessly, you might have to change certain environment settings in Windows. Python usually stores its library (and thereby your site-packages folder) in the installation directory.

  • Publisher: Mark Hammond (et al)
  • Home page: sourceforge.net
  • Last updated: March 5th, 2008