{"id":28326971,"url":"https://github.com/adityasreevatsak/useful-code-snippets","last_synced_at":"2026-05-02T01:34:22.167Z","repository":{"id":284012100,"uuid":"953542021","full_name":"AdityaSreevatsaK/Useful-Code-Snippets","owner":"AdityaSreevatsaK","description":"Useful-Code-Snippets is a collection of practical and reusable code snippets for various everyday programming tasks. It serves as a handy reference for automating, optimising, and simplifying common operations across different domains.","archived":false,"fork":false,"pushed_at":"2025-08-28T15:49:17.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-02T01:34:20.041Z","etag":null,"topics":["automation","file-handling","git","image-processing","python","regex"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/AdityaSreevatsaK/Utility-Shelf","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdityaSreevatsaK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-23T15:55:43.000Z","updated_at":"2025-08-28T15:49:21.000Z","dependencies_parsed_at":"2025-08-27T17:19:22.673Z","dependency_job_id":"0fb14c2d-8206-44cc-99ec-62f7a2ed27e7","html_url":"https://github.com/AdityaSreevatsaK/Useful-Code-Snippets","commit_stats":null,"previous_names":["adityasreevatsak/useful-code-snippets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdityaSreevatsaK/Useful-Code-Snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaSreevatsaK%2FUseful-Code-Snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaSreevatsaK%2FUseful-Code-Snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaSreevatsaK%2FUseful-Code-Snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaSreevatsaK%2FUseful-Code-Snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdityaSreevatsaK","download_url":"https://codeload.github.com/AdityaSreevatsaK/Useful-Code-Snippets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdityaSreevatsaK%2FUseful-Code-Snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32520156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"ssl_error","status_checked_at":"2026-05-02T01:12:54.261Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","file-handling","git","image-processing","python","regex"],"created_at":"2025-05-26T01:15:52.923Z","updated_at":"2026-05-02T01:34:22.147Z","avatar_url":"https://github.com/AdityaSreevatsaK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: Utility-Shelf\nemoji: 📦\ncolorFrom: blue\ncolorTo: green\nsdk: streamlit\napp_file: app.py\npinned: false\n---\n\n\u003c!-- This metadata block is for Hugging Face Spaces --\u003e\n\n# \u003cp align=\"center\"\u003eUseful Code Snippets\u003c/p\u003e\n\nUseful-Code-Snippets is a collection of practical and reusable code snippets for various everyday programming tasks.\nIt serves as a handy reference for automating, optimising, and simplifying common operations across different domains.\n\n## List of code snippets\n\n### Audio \u0026 Speech Processing\n\n✦ [Pitch Analyzer](Audio_Speech_Processing/analyse_pitch.py)\u003cbr /\u003e\n✦ [Text to Speech Conversion](Audio_Speech_Processing/text_to_speech.py)\u003cbr /\u003e\n\n---\n\n### Automation \u0026 Productivity\n\n✦ [Logging Setup](Automation_Productivity/logging_setup.py)\u003cbr /\u003e\n✦ [Website Online Status](Automation_Productivity/webpage_online_status.py)\u003cbr /\u003e\n\n---\n\n### File Handling\n\n✦ [Convert PDF to images](File_Handling/convert_pdf_to_images.py)\u003cbr /\u003e\n✦ [Convert PDF to Word Document](File_Handling/convert_pdf_to_word.py) \u003cbr /\u003e\n✦ [Convert Word Document to PDF](File_Handling/convert_word_doc_to_pdf.py) \u003cbr /\u003e\n✦ [Disk Space Usage](File_Handling/check_disk_usage.py)\u003cbr /\u003e\n✦ [Encrypt \u0026 Decrypt Files](File_Handling/encrypt_decrypt_files.py)\u003cbr /\u003e\n✦ [File Compression and ZIP Expansion](File_Handling/compress_expand_files.py)\u003cbr /\u003e\n✦ [Generate File Tree as Text](File_Handling/generate_file_tree.py)\u003cbr /\u003e\n✦ [Get Max File Size in Directory](File_Handling/get_max_file_size.py)\u003cbr /\u003e\n✦ [Merge Multiple PDFs into One](File_Handling/merge_pdfs_in_folder.py)\u003cbr /\u003e\n✦ [Recursively Unzip and Delete](File_Handling/recursively_unzip_and_delete.py)\u003cbr /\u003e\n✦ [Split PDF into Single Pages](File_Handling/split_pdf.py)\u003cbr /\u003e\n\n---\n\n### Git Utilities\n\n✦ [Check Git Repo Status](Git_Utilities/check_git_repo_status.py)\u003cbr /\u003e\n✦ [Get Names of All Repos on GitHub Profile](Git_Utilities/get_github_repos.py)\u003cbr /\u003e\n✦ [Useful Git Commands](Git_Utilities/Useful%20Git%20Commands.md)\u003cbr /\u003e\n\n---\n\n### Hugging Face Utilities\n\n✦ [Delete Folders From HuggingFace Repo](HuggingFace_Utilities/delete_folder_on_hub.py)\u003cbr /\u003e\n\n---\n\n### Image Processing\n\n✦ [Convert Image to Grayscale](Image_Processing/convert_and_display_grayscale.py)\u003cbr /\u003e\n✦ [Compress Images](Image_Processing/compress_image_by_percentage.py)\u003cbr /\u003e\n✦ [Convert Image Format](Image_Processing/convert_image_format.py)\u003cbr /\u003e\n✦ [Resize all images in a folder](Image_Processing/resize_all_images_in_folder.py)\u003cbr /\u003e\n\n---\n\n### Jupyter Notebook Utilities\n\n✦ [Convert Jupyter Notebook to a Cleaned Python File](Jupyter_Notebook_Utilities/convert_notebook_to_clean_py.py)\u003cbr /\u003e\n✦ [Embed a YouTube Video into Jupyter Notebook](Jupyter_Notebook_Utilities/embed_youtube_video.py)\u003cbr /\u003e\n\n---\n\n### Regex Cheatsheet\n\n✦ [Convert Text to Lower Case](Regex_Cheatsheet/convert_text_to_lower_case.py)\u003cbr /\u003e\n✦ [Convert Text to Sentence Case](Regex_Cheatsheet/convert_text_to_sentence_case.py)\u003cbr /\u003e\n✦ [Convert Text to Upper Case](Regex_Cheatsheet/convert_text_to_upper_case.py)\u003cbr /\u003e\n✦ [Extract Dates](Regex_Cheatsheet/extract_dates.py)\u003cbr /\u003e\n✦ [Extract Hashtags](Regex_Cheatsheet/extract_hashtags.py)\u003cbr /\u003e\n✦ [Extract URLs](Regex_Cheatsheet/extract_urls.py)\u003cbr /\u003e\n✦ [Find Phone Numbers](Regex_Cheatsheet/find_phone_numbers.py)\u003cbr /\u003e\n✦ [Remove Extra Spaces](Regex_Cheatsheet/remove_extra_spaces.py)\u003cbr /\u003e\n✦ [Validate Email](Regex_Cheatsheet/validate_email.py)\u003cbr /\u003e\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasreevatsak%2Fuseful-code-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityasreevatsak%2Fuseful-code-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasreevatsak%2Fuseful-code-snippets/lists"}