Metadata-Version: 2.1
Name: LTRI-Funcs-knamdar
Version: 0.0.8
Summary: Handy functions used in LTRI Machine Learning Lab
Home-page: UNKNOWN
Author: Khashayar Namdar
Author-email: knamdar@uwo.ca
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

Handy functions used in LTRI Machine Learning Lab.

\@author: Khashayar Namdar knamdar\@uwo.ca

get_fname opens up a GUI. The user selects a file and the whole path and

filename is returned

Local Variables:

fname: a string containing path+name+extension of the selected file

get_dirname function adopted from:

https://www.programcreek.com/python/example/16883/tkFileDialog.askdirectory

get_dirname opens up a GUI. The user selects a folder and the whole path

is returned

Local Variables:

dirname: a string containing path of the selected directory


