liveConsole 1.5.0__py3-none-any.whl → 1.5.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liveConsole
3
- Version: 1.5.0
3
+ Version: 1.5.1
4
4
  Summary: An IDLE-like debugger to allow for real-time command injection for debugging and testing python code
5
5
  Author-email: Tzur Soffer <tzur.soffer@gmail.com>
6
6
  License: MIT
@@ -40,6 +40,12 @@ A fully-featured, **live Python console GUI** built with **CustomTkinter** and *
40
40
 
41
41
  ## Features
42
42
 
43
+ ### Standalone Launch
44
+
45
+ * Once installed, you can launch the console directly by simply typing ```pysole``` or ```liveconsole``` in the terminal
46
+
47
+ * This opens the full GUI without needing to write any code. Perfect for quick debugging and experimenting.
48
+
43
49
  ### Syntax Highlighting
44
50
 
45
51
  * Real-time syntax highlighting using **Pygments** and the **Monokai** style.
@@ -6,9 +6,9 @@ mainConsole.py,sha256=MxgJJihgbPtKZ8FqXSFczj5neRVGRiM8RX4lcm0ewk0,12973
6
6
  pysole.py,sha256=WFN08BWn9qyhwM7IAa51kCqsYVnuNXVDb1zfv2xw-NE,3924
7
7
  styledTextbox.py,sha256=pc-7gaq_pGTZGZmtr_ARbPuKlKgJYqzD6HTR7tFhx7k,1989
8
8
  suggestionManager.py,sha256=GRde3c1gFAWt_3rvBoFt_-Xl0aOzzloBMD7MHJA2W8U,6256
9
- liveconsole-1.5.0.dist-info/licenses/LICENSE,sha256=7dZ0zL72aGaFE0C9DxacOpnaSkC5jajhG6iL7lqhWmU,1064
10
- liveconsole-1.5.0.dist-info/METADATA,sha256=YLJyN0amuDNkmjan5MvPum-Dz-w04AeNt0lPI7kOS9Y,3681
11
- liveconsole-1.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- liveconsole-1.5.0.dist-info/entry_points.txt,sha256=IxAXIuGYHQpRflT9VoCLq1eZ3fOXrY_azhk8hcl8eGY,49
13
- liveconsole-1.5.0.dist-info/top_level.txt,sha256=yEmcEVam34LgZbQWtT6RdrdJVzsXwElx6Wpsn3eR2as,95
14
- liveconsole-1.5.0.dist-info/RECORD,,
9
+ liveconsole-1.5.1.dist-info/licenses/LICENSE,sha256=7dZ0zL72aGaFE0C9DxacOpnaSkC5jajhG6iL7lqhWmU,1064
10
+ liveconsole-1.5.1.dist-info/METADATA,sha256=n35T_2d-PGq6Byzer8b29yRYIT1o18vE8pzhzKycQjo,3942
11
+ liveconsole-1.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ liveconsole-1.5.1.dist-info/entry_points.txt,sha256=3Vh3D8cI-UjuJYL1td66m0SShJzD9G-7Xnvt46Yr-ek,70
13
+ liveconsole-1.5.1.dist-info/top_level.txt,sha256=yEmcEVam34LgZbQWtT6RdrdJVzsXwElx6Wpsn3eR2as,95
14
+ liveconsole-1.5.1.dist-info/RECORD,,
@@ -1,2 +1,3 @@
1
1
  [console_scripts]
2
2
  liveconsole = liveConsole:main
3
+ pysole = pysole:main