This code is a tkinter GUI application designed to automate the process of logging into match.com and finding matches. It uses webdriver and selenium to click on the ‘Shuffle’ option and present potential matches to the user. After entering the email and password, the user can click the ‘Login’ button to initiate the match finding process. The code is designed to be simple and user-friendly, making it an ideal choice for those looking for an automated way to find matches on match.com.
Code Portfolio
-
-
This code uses the tkinter and selenium modules to gather the latest python events and display it in a GUI window that uses the tkinter library. First, the root window is initialized and configured to give it a title and background color. Then, a selenium webdriver is used to navigate to the python homepage in order to extract the desired data.
-
This code creates a GUI using tkinter where a user can enter a server’s name or IP address, specify their port, and input a lowercase sentence. This code imports the socket library to create a socket and connect it to the specified server and port.
When the button “Connect” is pressed, the code runs the function connect() which creates a socket, connects it to the server and port, sends the specified lowercase message and prints the modified message.
-
This code is creating a GUI using tkinter that monitors user input, and clears the input after 1 second of the user not typing. It sets the title of the window and the geometry of the window.
It also creates a text box for the user to type in, and binds an event to it to update the stoppedTyping variable.
-
This code is a python script to create a GUI (Graphical User Interface) application. It creates a window with
labels and entry fields, where a user can enter the URL of an Amazon product and request a price alert. -
Super Price Spyder is a simple Python program designed to scrape the Amazon website data for product pricing information. It uses the requests library & BeautifulSoup library to make an HTTP request to the given product URL & parse the information from the page.
-
This code is a Morse Code Translator program written in Python using the Tkinter library. It creates a window object, configures the window size and title, and then creates a frame, label, input field, button, and a text field for output to the user.
-
The following code is a Python program that uses the Tkinter library to create a graphical user interface (GUI) for displaying information about different sorting algorithms.
The program includes a dropdown menu that allows the user to select a specific algorithm, and a text box that displays an explanation of the selected algorithm, along with its time complexity and best/worst case scenarios.
-
Mental Arithmetic Master is a program written in Tkinter (Python).
This code creates a window with a welcome message and two labels. The labels are blank and will later be updated with the math problem and the answer. It then creates two buttons: one to display the answer, and one to generate a new math problem.