From d6ca4c297938d5a873ab222a0a23a50eaa852695 Mon Sep 17 00:00:00 2001 From: ahamed Date: Tue, 25 Feb 2020 16:16:21 +0530 Subject: [PATCH] tested on conan env --- main.py | 2 +- readme.md | 4 +++- requirements.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 24eccc4..3c8aa73 100644 --- a/main.py +++ b/main.py @@ -83,4 +83,4 @@ def createImage(text, image_name): image_path = image_name, message = logo, page_id = page_id) -os.system(command) +#os.system(command) diff --git a/readme.md b/readme.md index 04250d7..b896919 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ Just another python script to automate boring stuff. Quote maker easy to create - textwrap - PIL -Install by "pip3 install --upgrade -r requirements.txt" +Install by "pip3 install --upgrade -r requirements.txt" or "conan install --file requirements.txt" #### Depended libs @@ -45,6 +45,8 @@ just hardcode `page_id` = "me". Graph API explorer: https://developers.facebook.com/tools/explorer/145634995501895/ +Please uncomment #os.system(command) in main.py + ### How to change image size? `image_size_x` `image_size_y` responcible for image size. diff --git a/requirements.txt b/requirements.txt index 4102d00..7e2fba5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -#Pillow==2.2.1 +Pillow