live reload tool for python
This is a tool to reload your project for you whenever there is a file change in your python project
at the moment you need the script in your top-level directory, and then create a 'config.json' file to write the configurations for the script
"config.json"
{
"python_version":<number_version of python>,
"dir":<the directory_to watch>
"entry_file":<entry_script_to project>
}