nextpnr/3rdparty/python-console
2018-12-14 17:20:25 +01:00
..
data
modified Add GUI for executing python file 2018-12-14 17:20:25 +01:00
CMakeLists.txt
ColumnFormatter.cpp
ColumnFormatter.h
Console.cpp
Console.h
Interpreter.cpp
Interpreter.h
LICENSE
ParseHelper.BlockParseState.cpp
ParseHelper.BracketParseState.cpp
ParseHelper.ContinuationParseState.cpp
ParseHelper.cpp
ParseHelper.h
ParseListener.cpp
ParseListener.h
ParseMessage.cpp
ParseMessage.h
README.md
test_cli.cpp
test_console.cpp
test_parse_helper.cpp
test_python_interpreter.cpp
Utils.h

python-console

This is the result of a small side project to write a Qt widget that encapsulates an interactive Python shell.

Quickstart

You should have Qt4 and Python libraries. You will need CMake to build this project as follows:

  1. mkdir build
  2. cmake ..
  3. make

License

This project is licensed under the MIT license.