Some short scripts I wrote to test out my Python skills.
Asks the user for a number and then prints out a list of all the divisors of that number.
Obvious description is obvious.
Calculate the frequency of words in a given document.
A tkinter phrase generator that will say hello to you in 30 different languages.
Calculates if a given year is a leap year
Creates a random list of integers. Then takes a user input int and returns a list of all the elements in the random list that are less than the user input.
Randomly generate two lists. Returns a list that contains only the elements that are common between the lists (without duplicates).
Real simple. Takes a user input and tells you whether it's odd or even.
Asks the user to enter their name and their age and will print out a message that tells them the year that they will turn 100 years old.
Generates a random, strong password
Draw a geometric shape using Python turtle: