Skip to content

Commit

Permalink
tested on conan env
Browse files Browse the repository at this point in the history
ahamed committed Feb 25, 2020
1 parent c14c201 commit d6ca4c2
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#Pillow==2.2.1
Pillow

0 comments on commit d6ca4c2

Please sign in to comment.