A collection of Python scripts for common utility tasks including file manipulation, word counting, longest word detection, and grade categorization. Perfect for quick and easy solutions to everyday programming problems.
Writes a list of colors to a text file and then reads and prints the content of the file. Useful for basic file I/O operations and handling lists of data.
Finds and returns the longest word(s) in a given text file. Helpful for analyzing textual data and extracting key information.
Counts the number of words in a given text file. Useful for text analysis and processing tasks where word frequency or document length is important.
Categorizes grades based on average grade and provides a summary of grades for multiple subjects. Handy for educational applications and grading systems.