Skip to content

Instantly share code, notes, and snippets.

View MaserPlay's full-sized avatar
🏠
Working from home

MaserPlay MaserPlay

🏠
Working from home
View GitHub Profile
@MaserPlay
MaserPlay / bigfile.py
Last active August 1, 2025 09:56
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
# 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