An IDLE-like debugger to allow for real-time command injection for debugging and testing python code
Project description
PYSOLE
You can finally test your code in real time without using idle!
If you found this repository useful, please give it a ⭐!.
A fully-featured, live Python console GUI built with CustomTkinter and Tkinter, featuring:
-
Python syntax highlighting via Pygments
-
Autocomplete for keywords, built-ins, and local/global variables
-
Thread-safe execution of Python code
-
Output capturing for
stdoutandstderr -
Multi-line input with auto-indentation
-
History of previous commands
-
Integrated Help Panel for quick access to Python object documentation
Installation
pip install liveConsole
Features
Standalone Launch
-
Once installed, you can launch the console directly by simply typing
pysoleorliveconsolein the terminal -
This opens the full GUI without needing to write any code. Perfect for quick debugging and experimenting.
Syntax Highlighting
-
Real-time syntax highlighting using Pygments and the Monokai style.
-
Highlights Python keywords, built-ins, and expressions in the console.
Autocomplete
-
Suggests keywords, built-in functions, and variables in scope.
-
Popup list appears after typing at least 2 characters.
-
Only inserts the missing portion of a word.
-
Navigate suggestions with Up/Down arrows, confirm with Tab/Return.
Multi-Line Input
-
Supports Shift+Enter for inserting a new line with proper indentation.
-
Automatically detects incomplete statements and continues the prompt.
Thread-Safe Execution
-
Executes user code in a separate thread to prevent GUI freezing.
-
Captures both
stdoutandstderroutput and prints them in the console. -
Supports both expressions (
eval) and statements (exec).
Clickable History
-
Hover previous commands to see them highlighted.
-
Click to copy them back to the prompt for editing or re-execution.
Help Panel
-
A resizable right-hand panel that displays Python documentation (help()) for any object.
-
Opens when clicking ctrl+click on a function/method and can be closed with the "X" button.
-
Scrollable and syntax-styled.
-
Perfect for quick reference without leaving the console.
Easy Integration
-
Automatically grabs caller frame globals and locals if not provided.
-
Can be used standalone or embedded in larger CustomTkinter applications.
Usage
import pysole
pysole.probe()
- Type Python commands in the
>>>prompt and see live output.
Keyboard Shortcuts
| Key | Action |
|---|---|
Enter |
Execute command (if complete) |
Shift+Enter |
Insert newline with auto-indent |
Tab |
Complete the current word / show suggestions |
Up/Down |
Navigate suggestion list |
Escape |
Hide suggestions |
Mouse Click |
Select previous command from history |
Customization
-
Appearance mode: Dark mode is default, but can be changed via files menu
-
Themes: Pysole has multiple preconfigured themes. You can choose a theme via the Theme Picker, which updates the console colors and appearance. Preconfigured themes are loaded from themes.json and the selected theme is saved in settings.json so it persists across sessions.
License
MIT License – free to use, modify, and distribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file liveconsole-1.6.1.tar.gz.
File metadata
- Download URL: liveconsole-1.6.1.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2f959236460ac47dbb3533a435f7d03acdf7940c72e97d7fc3221883cc053c7
|
|
| MD5 |
bd8fedee04bca644c0843976c69b84f9
|
|
| BLAKE2b-256 |
a60b63c851f513783f5614e5fd36c62cd6b37282cf92d3664de518d93cc1c305
|
File details
Details for the file liveconsole-1.6.1-py3-none-any.whl.
File metadata
- Download URL: liveconsole-1.6.1-py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb2e8b6a4969a424e2bb227be45dc98c318d301a7109de669cbd38c1c3d3dfa2
|
|
| MD5 |
5da7d5a72815389eacc3921eac8a4689
|
|
| BLAKE2b-256 |
89123dc972f189379075ae373894420a5167540c61c6ea3d54ff7d677a152882
|