├── README.md ├── documentation_files ├── boards.png ├── file.gif ├── freecodecamp.png ├── hashtags.gif ├── imagenames.png ├── links.png ├── pinning.gif ├── pinterestaccount.gif ├── rename.png ├── sorted.png └── terminal.png ├── images ├── blog_freecodecamp-1rs.jpg ├── blog_freecodecamp-2rs.jpg ├── blog_freecodecamp-3rs.jpg └── blog_freecodecamp-4rs.jpg ├── links.txt └── pin.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/README.md -------------------------------------------------------------------------------- /documentation_files/boards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/boards.png -------------------------------------------------------------------------------- /documentation_files/file.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/file.gif -------------------------------------------------------------------------------- /documentation_files/freecodecamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/freecodecamp.png -------------------------------------------------------------------------------- /documentation_files/hashtags.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/hashtags.gif -------------------------------------------------------------------------------- /documentation_files/imagenames.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/imagenames.png -------------------------------------------------------------------------------- /documentation_files/links.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/links.png -------------------------------------------------------------------------------- /documentation_files/pinning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/pinning.gif -------------------------------------------------------------------------------- /documentation_files/pinterestaccount.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/pinterestaccount.gif -------------------------------------------------------------------------------- /documentation_files/rename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/rename.png -------------------------------------------------------------------------------- /documentation_files/sorted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/sorted.png -------------------------------------------------------------------------------- /documentation_files/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/documentation_files/terminal.png -------------------------------------------------------------------------------- /images/blog_freecodecamp-1rs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/images/blog_freecodecamp-1rs.jpg -------------------------------------------------------------------------------- /images/blog_freecodecamp-2rs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/images/blog_freecodecamp-2rs.jpg -------------------------------------------------------------------------------- /images/blog_freecodecamp-3rs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/images/blog_freecodecamp-3rs.jpg -------------------------------------------------------------------------------- /images/blog_freecodecamp-4rs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/images/blog_freecodecamp-4rs.jpg -------------------------------------------------------------------------------- /links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/links.txt -------------------------------------------------------------------------------- /pin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hevalhazalkurt/PinPy/HEAD/pin.py --------------------------------------------------------------------------------