Skip to content

Abhii0007/Abhiiverma0007

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Abhiiverma0007

Clipboard Python Runner

Overview:-

The Clipboard Python Runner is a simple utility program designed to execute Python code snippets directly from your
clipboard or websites. It aims to facilitate rapid code testing and debugging by allowing you to quickly run Python
code without the need to save it to a file and execute it manually.

Features:-

Automatically detects Python code copied to the clipboard.
Executes the Python code snippet with the default Python interpreter.
Provides instant feedback on the output.

How to use:-

1. install the python 3.11 or above
2. install required libraries using following command
   pip install pyperclip
   pip install keyboard
3. run the pyexecuter.exe prorgam
4. copy the python code or snippet
5. the output of the copied snippet will run in external console within point of time

Example Suppose you have the following Python code snippet copied to your clipboard:

python Copy code

print("Hello, World!")
copied the Clipboard of the above snippet in the clipboard will produce the following output directly in a new terminal:

Copy code Hello, World!

If you have any suggestions, improvements, or feature requests, feel free to suggest in abhishek639679@gmail.com

Releases

No releases published

Packages

No packages published