Skip to content

anthonyluu/MiscProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Miscellaneous Projects

List of Projects in repository:

  • googleImageGrabber.py
  • stringReverse

Google Image Grabber

General Description

  • This is my first small python project to help me learn the language
  • When it is run, it will prompt the user for a search term and will retrieve the data from Google
  • It will return an array with the links for the top 10 image results and download them to the directory

Other information

  • python
  • uses the following libraries: urllib, json, os

TODO

  • fix up/organize code style
  • handle 404, 403, etc
  • add time of completion
  • organize downloaded files into new folder

String Reverse

General Description

  • This is a small java program to reverse a string inputted by the user

TODO

  • check error handling

About

Miscellaneous simple projects for interest or self learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages