A simple photo editor desktop app that is able to open an image file, apply filters on it, and save a copy of the filtered image. Only two filters are available, i.e., grayscale and sepia
A simple text editor with features such as multi-tabbed editing, changing fonts, sizes and colors of text; cut, copy and paste options and more
A simple, GUI based calculator in Python using Tkinter that can calculate mathematical expressions involving basic operations such as addition, subtraction, multiplication and division on integers and decimal numbers