Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 365 Bytes

File metadata and controls

17 lines (14 loc) · 365 Bytes

python-gis-file-analyzer

Beginner Python project for inspecting GIS-related file names.

GIS File Inspector

This beginner Python project automates inspection of GIS-related files.

Features

  • Displays file names
  • Converts names to uppercase
  • Counts characters
  • Extracts file extensions

Skills Used

  • Python loops
  • String methods
  • Indexing
  • Slicing