This repo is my collection of code and applications from the StackSkills Python Mega Bundle course
- First up is an interactive command line dictionary from a json file loaded directly to the programme at runtime
- The second application in this repo is a basic Folium map of Volcanoes in the the USA. This is read in from the text file of comma separated values and published as a web map as test.html
- Third application is a simple Always-on python script to add distracting websites to the hosts file during working hours with a local redirect preventing access. In current format the script runs to a copy of hosts rather than the actual host file to prevent un-wanted conflict to implement the script will require sudo priviledge