mirror of
https://github.com/aljazceru/Image-Quote-Generator.git
synced 2025-12-18 22:44:27 +01:00
add an option to do all the quotes in the file
This commit is contained in:
1
main.py
1
main.py
@@ -8,6 +8,7 @@ project_dir = os.getcwd().replace("\\", "/")
|
||||
TOPIC = "christian"
|
||||
|
||||
# Define the paths and values to everything
|
||||
# If number of posts if set to -1, it will so as many posts as in the data file
|
||||
number_of_posts = 81
|
||||
images_folder = f"{project_dir}/sources/images/{TOPIC}"
|
||||
images_folder_cropped = f"{images_folder}/cropped"
|
||||
|
||||
Reference in New Issue
Block a user