Skip to content

PaulChauveau17/get_names

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Getting names from filenames

Tutorial

python get_names.py --help # shows help message and examples
python get_names.py files_containing_names/* # finds all files in 'files_containing_names'
python get_names.py # finds all files in default_folder, recursively

Edit default folder

# Default folder (relative path), used if there is no args given to the program
default_folder = "files_containing_names" # Edit me (files will be recursively checked from here)

Info

Tested on Ubuntu with linux style pathes: path/to/folder Need to try on Windows

About

Solving a challenge for a python job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages