Pinned Repositories
Aidori
api.jael.ee
API documents
GPAcalculator
Write a python script that calculates user's GPA score from course grades entered.
Nearby-Specials-for-Pebble
Pebble Watchapp
leejaew's Repositories
leejaew/api.jael.ee
API documents
leejaew/GPAcalculator
Write a python script that calculates user's GPA score from course grades entered.
leejaew/Nearby-Specials-for-Pebble
Pebble Watchapp
leejaew/Aidori
leejaew/haml
Haml is HTML Abstraction Markup Language
leejaew/ConvertBitcoinToFiatCurrency
Write a python script that converts price of 1 bitcoin into a fiat currency selected by user.
leejaew/CountDaysRemainingUntilDate
Write a python script that will ask the user for a date input and calculate the number of days remaining until that date.
leejaew/CountVowelsAndConsonants
A python script to calculate the number of vowels and consonants from a string input.
leejaew/findplayers
Use Machine Learning to Find Players of Similar Profiles
leejaew/GuessRandomNumber
Write a python script that generates a random integer from 1 to 10. Give user 3 tries to make the correct guess.
leejaew/jael.ee
leejaew/MergeTwoLists
Write a python script that defines AFC and NFC teams into separate lists. Display merged list when user inputs NFL.
leejaew/PlaylistApp
YouTube Playlist App for iOS and Android
leejaew/RandomPasswordGenerator
Write a python script that generates random password based on the options and length specified by the user.
leejaew/SearchKeywordOccurrences
What a python script that runs a keyword search and prints number of matching occurrences from a remote text source.
leejaew/SortingAlphabeticalOrder
Write a python script that sorts a list into alphabetical order.
leejaew/SortStringsByLength
Write a python script that gets 5 string inputs from the user, sorts them by length in ascending order.
leejaew/SortWorldcupWinnersByYears
A python script that will sort the list of countries with most World Cup trophies and display the years in which they won.
leejaew/streamlit-example
Example Streamlit app that you can fork to test out share.streamlit.io
leejaew/TemperatureConverter
Write a python script that converts temperature units between Celsius and Fahrenheit.
leejaew/ToDoList
mobile app to manage to-do list
leejaew/TypingSpeedAndAccuracy
Write a python script that counts how long it takes to type the same sentence. Display user input accuracy after each submission.
leejaew/WebsiteStatusChecker
Write a python script that checks if a website is considered to be operational or considered to be down.
leejaew/WordFinder
Write a python script that looks for synonyms of user input string using nltk library.