Listening is important for learning a new language, personally speaking, I like to practice it by my playing video on Youtube and use notepad to mark down what I have listened. But in most case, it's quite hard to follow the speed of the video and forced to drag the mouse pointer from notepad to my browser to press a "stop" button or seek backward, and vice versa to continue. This program is designed for consolidating these several actions into just one step and enhancing your listening practicing efficiency.
- Execute main.py
python main.py
- Click on any position of your screen to choose the prefered monitor (in case you have more than 1 monitor)
- A browser and a notepad application will be opened and splited into half automatically
- Search the video by using the opened browser as usual
- Press the key on keyboard to run the function
Pause:
- Mouse pointer move from notepad to Chrome to activate it
- Press "space" to stop the video
- Mouse pointer move back to notepad to continue typing
Print Screen (for switching active window):
- Identify the current active window
- Move the mouse pointer to activate another one
pip install -r requirements.txt
- Not allow to resize and move the window manually after opened (issued solved on 2023-08-01)
- Only available to Google Chrome and Notepad
- Sometimes the window fail to resize in a proper position
- Not available for selecting other keyboard keys
- User can still change the key in defined function Pause(monitor_number) of file Pause.py
stop_key = "pause"
switch_key = "print screen"