#pip freeze
#pip install virtualenv
#python -m venv python_sobota
#python_sobota\Scripts\activate
    #pip install fpdf2
    #python.exe -m pip install --upgrade pip
    #pip freeze
    #pip freeze > requirements.txt

#dodatkowo gdy tworzymy nowe środowisko: pip install -r requirements.txt


#5 grafik do oferty biura podróży + 5 opisów + dodatek - logo*

# https://gencraft.com/generate
# https://deepai.org/machine-learning-model/renaissance-painting-generator
# https://www.freepik.com/pikaso/ai-image-generator

from fpdf2 import FPDF
pdf = FPDF()
pdf.add_page
pdf.set_font('helvetica', size=12)
pdf.cell(text="Oferta biura podrozy")
pdf.output("Oferta_biura_podrozy.pdf")