tree: 75c10e767f4f25eda2267ec753c8fd8d034b20dc [path history] [tgz]
  1. data/
  2. modified/
  3. CMakeLists.txt
  4. ColumnFormatter.cpp
  5. ColumnFormatter.h
  6. Console.cpp
  7. Console.h
  8. Interpreter.cpp
  9. Interpreter.h
  10. LICENSE
  11. ParseHelper.BlockParseState.cpp
  12. ParseHelper.BracketParseState.cpp
  13. ParseHelper.ContinuationParseState.cpp
  14. ParseHelper.cpp
  15. ParseHelper.h
  16. ParseListener.cpp
  17. ParseListener.h
  18. ParseMessage.cpp
  19. ParseMessage.h
  20. README.md
  21. test_cli.cpp
  22. test_console.cpp
  23. test_parse_helper.cpp
  24. test_python_interpreter.cpp
  25. Utils.h
3rdparty/python-console/README.md

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.