I am doing 5 kata everyday challenge, and I am saving all of my katas on my desktop(later pushing them to git). I found it really annoying to create everythin manually in the good directory, paste code, paste..... trust me it was a nightmare.
So as a little project I created this simple KataAdder/CodewarsAdder with GUI to help me with my challenge. It was a lot of fun. Firstly it was only adding the Kata (no errors handling, nothing). Then I created messageboxes for info and errors. Program does:
Edit: Added Statistic button that counts all fo the kata done (by saved .py files, maybe should consider storing number of created kata in file). Adder manages now Path choice.