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
| # -*- coding: utf-8 -*- | |
| import cv2 | |
| import numpy as np | |
| from pathlib import Path | |
| import sys | |
| import base64 | |
| import anthropic | |
| import time | |
| from PIL import Image, ImageDraw, ImageFont | |
| import textwrap |
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
| # -*- coding: utf-8 -*- | |
| import cv2 | |
| import numpy as np | |
| from pathlib import Path | |
| import sys | |
| import base64 | |
| import anthropic | |
| import time | |
| from PIL import Image, ImageDraw, ImageFont | |
| import textwrap |
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
| # -*- coding: utf-8 -*- | |
| import cv2 | |
| import numpy as np | |
| from pathlib import Path | |
| import sys | |
| import base64 | |
| import anthropic | |
| import time | |
| from PIL import Image, ImageDraw, ImageFont | |
| import textwrap |
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
| # -*- coding: utf-8 -*- | |
| import cv2 | |
| import numpy as np | |
| from pathlib import Path | |
| import sys | |
| import base64 | |
| import anthropic | |
| import time | |
| try: |
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
| # -*- coding: utf-8 -*- | |
| r""" | |
| Compara fisierele HTML din Principal\ro\ cu Principal 2022\ro\ | |
| si afiseaza cele care se gasesc intr-un folder dar nu si in celalalt. | |
| """ | |
| import os | |
| FOLDER_A = r"e:\Carte\BB\17 - Site Leadership\Principal\ro" | |
| FOLDER_B = r"e:\Carte\BB\17 - Site Leadership\Principal 2022\ro" |
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
| # -*- coding: utf-8 -*- | |
| r""" | |
| Compara fisierele HTML din Principal\en\ cu Principal 2022\en\ | |
| si afiseaza cele care se gasesc intr-un folder dar nu si in celalalt. | |
| """ | |
| import os | |
| FOLDER_A = r"e:\Carte\BB\17 - Site Leadership\Principal\en" | |
| FOLDER_B = r"e:\Carte\BB\17 - Site Leadership\Principal 2022\en" |
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
| # -*- coding: utf-8 -*- | |
| r""" | |
| Script INVERS EN: gaseste link-urile .html care sunt referite in fisierele de tip categorii, | |
| dar NU exista ca fisiere in folderul Principal\en\ (si subfolderele ABOUT, FISIERE PYTHON HTML). | |
| Filtreaza link-urile din FLAGS - pastreaza doar cele cu /en/ (flag_lang_en.jpg). | |
| """ | |
| import os | |
| import re |
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
| # -*- coding: utf-8 -*- | |
| r""" | |
| Script INVERS: gaseste link-urile .html care sunt referite in fisierele de tip categorii, | |
| dar NU exista ca fisiere in folderul Principal\ro\ (si subfolderele DESPRE, Python Files). | |
| """ | |
| import os | |
| import re | |
| # Foldere de scanat |
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
| import os | |
| import subprocess | |
| import tempfile | |
| import shutil | |
| import sys | |
| # ===== CONFIGURARI ===== | |
| media_directory = r"g:\De pus pe FTP 2\masina de spalat" | |
| audio_path = r"" # poti sa scoti melodia, lasi "" | |
| output_path = r"g:\De pus pe FTP 2\masina de spalat\Video_Masina_Spalat.mp4" |
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
| import os | |
| import subprocess | |
| import tempfile | |
| import shutil | |
| import sys | |
| # ===== CONFIGURARI ===== | |
| media_directory = r"g:\De pus pe FTP 2\masina de spalat" | |
| audio_path = r"" # poti sa scoti melodia, lasi "" | |
| output_path = r"g:\De pus pe FTP 2\masina de spalat\Video_Masina_Spalat.mp4" |
NewerOlder