CSV2HTML

Alright, away from python scripting, I want to share a small tool with you, guys. I used VB.NET to develop it in order to help non-GIS experts from converting a CSV file to a web page using leaflet.JS library. Honestly, it's not that complicated tool, but it gives them that push to start a web map especially if they have not dug that deep in web development, javascript and leaflet. However, I'm one of these people, so  please don't judge my ugly code
The developed tool should meet the following criteria:

  1. Simple enough to be used by my grandma. :-P
  2. Converting a CSV file directly to an HTML file without using any third-party web/software that could be used to convert them to geoJSON/ JSON,.... (trying not to confuse my grandma :-P )
  3. The output is one file only (No CSS or JS source files). That will  make it much easier for sharing on any operating system using a web browser.
  4. The tool should allow the user to choose the desired fields to be displayed in the markers popups.
  5. The tool should be executable (windows, here) as it does not require additional software packages to run the script.
  6. The tool should allow the user to insert an abstract about the project

Enjoy