Studying how animals communicate with sound allows researchers to answer a wide range of questions, from "What species of birds live in this area?", to "How do mice mothers protect their young?". Some animals learn their vocalizations, and by studying the vocal behavior of these animals we can investigate questions like "How did speech evolve?". Answering these questions require computational methods and big team science across many disciplines, such as ecology, ethology, bioacoustics, psychology, neuroscience, linguistics, and genomics.Analyses of animal acoustic communication often require annotating the sounds animals make. To annotate animal sounds, researchers typically use graphical user interfaces (GUIs), that enable them to annotate audio and/or spectrograms. Such annotations usually include the times when sound events start and stop, and labels that assign each sound to some set of classes chosen by the annotator. GUI applications save the annotations in many different file formats. This Python package, crowsetta, can parse the most widely used formats, and it provides software abstractions that make it easy to extend the library to parse new formats. In this way, crowsetta allows researchers to work with data annotated in a wider variety of formats. Additionally, crowsetta helps users convert annotations to simple file formats, such as csv files, that do not require detailed knowledge of the annotation format itself. This facilitates loading the annotations with widely used libraries for data analysis (e.g., Pandas in Python), and also promotes sharing data. Overall, crowsetta supports the interdisciplinary collaboration required for the study of animal acoustic communication.