This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Turning all the text in folders into one big text and copying it for LLVM or other purposes. | |
| # Don't forget to pip install pyperclip | |
| # Превращение Всего текста в папках в один большой текст и копирование его для LLVM или других целей | |
| # Не забудь pip install pyperclip | |
| from os import listdir | |
| import os | |
| import sys | |
| import pyperclip | |
| import pathlib |