Highly motivated senior pursuing a Bachelor's degree in Mathematics and Computer Science with a strong foundation in problem-solving, analytical thinking, and programming. Eager to apply theoretical knowledge to real-world challenges and develop innovative solutions in the field of technology. Demonstrates a strong ability to work collaboratively in teams, learn new technologies, and adapt to dynamic environments. Looking to leverage academic achievements and technical skills in an entry-level position that promotes growth and hands-on experience.
WORDGAME
Description: Created a tkinter-based text game that Implemented a WordGame class with methods for gameplay and a WordGameGUI class for the graphical user interface. Initialized game attributes, tracked secret words, correct guesses, and incorrect guesses. Methods provided game info and managed guessing. Developed a GUI with labels, entries, and buttons for gameplay. It connected GUI elements to WordGame functionality.
Tools used: Python, tkinter
Image Collector
Description: Developed a Python program to crawl web pages, collect images, and create an HTML document with the gathered images.
Components: Implemented a class to extract image URLs from HTML content, storing them in a set. Extended a Crawler class to collect images while crawling web pages. Collected images were stored in a set attribute. Created a function to start crawling at a given URL, collecting images to a specified depth, and generating an HTML document with image links. Tools used: Python, HTML, web crawling libraries
Temperature Celsius and Fahrenheit conversion
Developed a Python Temperature class for Celsius and Fahrenheit temperature conversion. Created a user-friendly GUI for temperature conversion using Tkinter. Achieved Celsius to Fahrenheit and vice versa conversions with interactive buttons. Ensured input validation for user-friendly error handling. Utilized Python and Tkinter for implementation.