https://github.com/kitsuya0828/automatic-input
You can automatically input your code which was edited on your favorite editor (e.g. Visual Studio Code) to the online editor that does not allow you to "copy and paste"!
https://github.com/kitsuya0828/automatic-input
pyautogui python3 shutil
Last synced: over 1 year ago
JSON representation
You can automatically input your code which was edited on your favorite editor (e.g. Visual Studio Code) to the online editor that does not allow you to "copy and paste"!
- Host: GitHub
- URL: https://github.com/kitsuya0828/automatic-input
- Owner: kitsuya0828
- Created: 2021-04-19T14:49:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T13:20:19.000Z (about 5 years ago)
- Last Synced: 2025-02-10T01:41:51.378Z (over 1 year ago)
- Topics: pyautogui, python3, shutil
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic-Input
You can automatically input your code which was edited on your favorite editor (e.g. Visual Studio Code) to the online editor that does not allow you to
"copy and paste"!
# DEMO
# Features
# Requirement
* Python 3.8.5
* PyAutoGUI==0.9.52
# Installation
```bash
pip install pyautogui
```
# Usage
```bash
git clone https://github.com/Kitsuya0828/Automatic-Input.git
cd Automatic-Input
```
Firstly, you can specify the problem number in "automatic_input.py" as below;
```python
# 自動入力したい問題の番号
problem_num = 10
```
Then, you can run it from the command prompt just using the command:
```bash
python automatic_input.py
```
Automatic input will start in 10 seconds.
You should position your pointer to the online editor, and double-check you are using half-width characters.
# Note
This automatic input does not support full-width characters (e.g. Japanese text).
If you want to comment on your code in full-width characters, write a comment on the online editor after running automatic input.
# Author
* Kitsuya Azuma
* Tohoku University
* kitsuyaazuma@gmail.com
# License
"Automatic-Input" is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).
Thank you!