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 win32com.client | |
from PyPDF2 import PdfReader, PdfWriter | |
import pikepdf | |
import logging | |
import tempfile | |
import shutil | |
import threading | |
import json |
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 psutil | |
import win32com.client | |
from PyPDF2 import PdfReader, PdfWriter | |
import pikepdf | |
import logging | |
import tempfile | |
import shutil | |
import ctypes |
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 psutil | |
import win32com.client | |
from PyPDF2 import PdfReader, PdfWriter | |
import pikepdf | |
import logging | |
import tempfile | |
import shutil | |
import ctypes |
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 time | |
# Setează calea folderului | |
folder_path = r"D:\3" | |
# Calea către executabilul LibreOffice | |
libreoffice_path = r"D:\Program Files\LibreOffice\program\soffice.exe" |
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 time | |
# Setează calea folderului | |
folder_path = r"D:\3" | |
# Calea către executabilul LibreOffice | |
libreoffice_path = r"D:\Program Files\LibreOffice\program\soffice.exe" |
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
Elemente, cuvinte, atribute sau expresii legate de leadership, in lista de mai jos. | |
1. ADJECtIVE (-UL): odinioara, dinainte, acum si candva, accidentalul, alteritatea, posibilul, banalitate, vizualul, rationalul, VASTITATEA, dincolo de obisnuit, monumentalul, finitudinii, parcursul, temporalul, permanentul, DIVINUL, vizibilului si al permisivului, apropiatul, imediatul, departatul, efortul imediat, amintitul, netransfiguratul, SIMPLUL, traitul unei, SPECTACULOSUL, temporalul, nemanifestatul, incredibilul, imediatul, aparentul, Mereul si oriunde-ul, inocentul, EXTENSIVUL, deschisul-inchisul, negraitul, stiutul-nestiutul, neatinsul, nepatrunsul, neasteptatul, EXTRA-SENZITIVUL, inefabilul, efemerul, eternul, vietuirea si stingerea, neschimbatul, imanentul si subiectivul, IMEDIATITATE, cotidianul, iesitul din comun, ASTEPTATUL, neuitat, minunatul, obiectivitatea, NEMASURATUL, nevazutului, normalului, imaginarul, superlativul, frumosul, VIZIBILUL, IMAGINARUL, imediatul, METAFORICUL, unicul si multiplul, identicu |
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
Sa spunem ca am de scanat sau fotocopiat o carte. Pentru asta trebuie sa deschid carte la fiecare pagina in parte. Daca am scaner pot sa scanez corect cate 2 pagini o data, caci o carte deschisa cuprinde 2 pagini odata, apoi dau pagina, inca 2 pagini. Etc. Dar apas bine paginile ca scanerul sa le scaneze bine | |
La fel focotopiatul cu telefonul. Numai ca aici nu pot folosi amandoua mainile ca sa apas ambele pagini, deci voi fotocopia fiecare pagina in parte. | |
Ambele metode dureaza mult. Trebuie sa gasesc o cale de a scana o carte rapid, sa iau continutul fiecarei pagii, fara sa intorc pagina cu pagina din carte. | |
Ma gandeam la o chestie fizica, putin sf, dar cum s-ar putea citi o carte doar folosind o tehnologie avansata, gen la nivel de atomi, izotopi, etc. Adica sa o raza laser sa scaneze fiecare pagina din carte, sa patrunda cartea, facand diferentiere de 0,005 mm cat are o pagina. Cum ar putea arata asta, si cu formule fizice, si cu cod Python? Si ce principii fizice, chimice, bologice, etc s-ar putea folos |
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 re | |
from bs4 import BeautifulSoup, Tag, NavigableString | |
# Directoarele care trebuie verificate (doar folderele principale, fără subfoldere) | |
directories = [ | |
r'e:\Carte\BB\17 - Site Leadership\Principal\ro', | |
r'e:\Carte\BB\17 - Site Leadership\Principal\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
import os | |
import re | |
from collections import defaultdict | |
from bs4 import BeautifulSoup | |
# Directoarele care trebuie verificate | |
directories = [ | |
r'e:\Carte\BB\17 - Site Leadership\Principal\ro', | |
r'e:\Carte\BB\17 - Site Leadership\Principal\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
import pyautogui | |
import time | |
import keyboard | |
from PIL import ImageGrab, Image | |
import os | |
import numpy as np | |
# Directorul de ieșire specificat | |
output_dir = r"d:\3\1111\exe\1" | |
if not os.path.exists(output_dir): |
NewerOlder