chardet
Package — DocumentsPython 3.7+Intermediate
Universal character encoding detector
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python)
- Install
pip install chardet
Learn by Difficulty
Quick Example
python
# Install: pip install chardet import chardet # Basic chardet usage print(f"Using chardet") # See documentation for detailed examples
chardet is a third-party package. Universal character encoding detector. Install with: pip install chardet
Try in PlaygroundTags
packagedocumentsfile-formatoffice