This project allows users to conveniently import copied words to a target text file via a keyboard shortcut after selecting unfamiliar words with a mouse, without closing the current page. This facilitates uploading unfamiliar words to various vocabulary apps for learning, thereby reducing the tedious process of switching between pages and copying words one by one.
本项目可以方便使用者在鼠标选中不认识的单词之后,在不关闭当前页面的情况下,通过快捷键直接将复制到剪切版的单词导入到目标txt文件,便于上传到各种单词app中学习不认识的单词,从而减少页面切换和逐个复制剪切的繁琐过程。
This project is entirely written in Python and requires a Python environment. Simply launch cpwords_1.py in PyCharm or Jupyter Notebook. resultCpWords_2.py is used to standardize the words copied to the text file.
本项目完全由python编写,需要必须的python环境,在 pycharm 或者 jupyter notebook中启动cpwords_1.py即可。 resultCpWords_2.py是对复制到txt文件的单词进行规范化处理。