Coder Social home page Coder Social logo

pyqterminal's Introduction

PyQTerminal

A terminal emulator written in pyqt。

Requirement

  • paramiko -- SSH backend
  • pyte -- VT100 support

Usage

if __name__ == "__main__":
    try:
        app = QApplication(sys.argv)
        win = QTerminal(host='10.11.3.13', user='root', password='pslkien@3d')
        win.show()
        sys.exit(app.exec_())
    except:
        traceback.print_exc()

Screenshot

1

pyqterminal's People

Contributors

korimas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pyqterminal's Issues

License

Hey can I use your code for my paid application? 😛

请问博主后续还会更新吗?

尊敬的博主,你好:

我之前找了好久类似的软件,最后找到你的这个程序,感觉到非常的好用,因此送上了一个星星,谢谢博主带来的优质软件。
我在源代码中看到还有很多的TODO未完成,由于本人是一个业余的python爱好者,没有能力来优化这些TODO,而且很多代码看不懂什么意思,请问博主后续还会更新吗?非常感谢。

祝好

不能选择、复制、粘贴文本

你好,我运行了这个代码,这个终端不能选择文本,也不能粘贴文本呢?我看这个实现用的image绘制,可以改用qtextedit实现吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.