updated folder structure
This commit is contained in:
parent
c3b10a3008
commit
4e54276ad4
scripts
01_remove_all_pyc.md02_find_all_links.py03_simple_twitter_manager.py04_rename_with_slice.py05_load_json_without_dupes.py06_execution_time.py07_benchmark_permissions_loading_django.py08_basic_email_web_crawler.py09_basic_link_web_crawler.py10_find_files_recursively.py11_optimize_images_with_wand.py12_csv_split.py12_sample_csv.csv13_random_name_generator.py14_html_to_markdown.sh15_check_my_environment.py16_jinja_quick_load.py17_rewrite_git_history.md18_zipper.py19_tsv-to-csv.py20_restore_file_from_git.py21_twitter_bot.py22_git_tag.py23_flask_session_test.py24_sql2csv.py25_ip2geolocation.py25_sample_csv.csv26_stock_scraper.py27_send_sms.py28_income_tax_calculator.py29_json_test.json29_json_to_yaml.py30_fullcontact.py31_youtube_sentiment.py32_stock_scraper.py33_country_code.py33_country_codes.json33_sample_csv.csvdata.csv
@ -3,7 +3,7 @@ import os
|
||||
|
||||
# constants
|
||||
PATH = './'
|
||||
PATTERN = '*.py'
|
||||
PATTERN = '*.md'
|
||||
|
||||
|
||||
def get_file_names(filepath, pattern):
|
||||
@ -28,4 +28,4 @@ def output_files(list_of_files):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
all_files = get_file_names(PATH, PATTERN)
|
||||
get_file_names(PATH, PATTERN)
|
Loading…
Reference in New Issue
Block a user