5 projects
py-counter
Python library that takes in a list/tuple and returns a hash map with an element:count of element in the list/tuple as a key:value pair
py-functions
Python library with some useful functions to check palindrome or not, anagram or not, nearest palindrome for integers.
pycaesarcipher
Python library to encipher & decipher a string using one of the simplest Substitution ciphers - 'Caesar's Cipher'
pyflames
Python library to compare two strings and return their relationship status as per Asia's famous FLAMES Game
pyarmstrongnum
Python library to check if a given number is an Armstrong number or not.