LeetCode Python Style Converter icon

LeetCode Python Style Converter

Extension Actions

How to install Open in Chrome Web Store
CRX ID
oogofmajahbmmkolaankpjippeknccdk
Status
  • Live on Store
Description from extension meta

Converts LeetCode Python solutions to a more Pythonic style

Image from store
LeetCode Python Style Converter
Description from store

🚀 LeetCode Python Style Converter:

LeetCode Python Style Converter is a Chrome extension that helps align your Python code style with real-world practices. It transforms LeetCode solutions from class methods to global functions, applies built-in type hints, and converts camelCase to snake_case for better readability and consistency.

✨ Features:

- 🔄 Automatically converts camelCase to snake_case in Python functions.
- 📜 Generates standard docstrings for Python functions.
- 🔍 Converts type hints for collections to build-in ones.
- 🤝 Integrates seamlessly with the LeetCode platform.