An open API service indexing awesome lists of open source software.

https://github.com/james-see/pyextension

Get info for any file extension via simple terminal command.
https://github.com/james-see/pyextension

file-extensions file-info python3-library

Last synced: 2 months ago
JSON representation

Get info for any file extension via simple terminal command.

Awesome Lists containing this project

README

        

# pyextension
Get info for any file extension via simple terminal command.

## how

`pip3 install pyextension`

## usage example

```
$ pyextension -e docx
A DOCX file is a document created by Microsoft Word or another word processing program, such as OpenOffice Writer or Apple Pages.
It contains formatted text but may also include images, drawn objects, and other document elements.
DOCX files are widely used in home, academic, and business environments for drafting letters, resumes, invitations, newsletters, and other documents.
```