Guest User

Untitled

a guest
Jul 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import filters
  2. def main():
  3. filename = input("enter an image file to edit: ")
  4. picture = filters.obamicon(filters.load_img(filename))
  5. print("hey")
  6. filters.show_img(picture)
  7. filters.save_img(picture, "picture")
  8. main()
Add Comment
Please, Sign In to add comment