This is a data entry tool created to help me in one of the simple data entry job.
The client request was simple, scrap the category list from an online site and rewrite it in the form of
{ "name": category1, "id": 1 }
{ "name": category2, "id": 2 }
{ "name": category3, "id": 3 }
and so on. It may have taken a longer time but the program helped to solve it in seconds 🎉