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.
- Host: GitHub
- URL: https://github.com/james-see/pyextension
- Owner: james-see
- Created: 2019-07-12T15:07:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:53:10.000Z (over 2 years ago)
- Last Synced: 2024-10-12T00:30:54.575Z (8 months ago)
- Topics: file-extensions, file-info, python3-library
- Language: Python
- Size: 29.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.
```