Description from extension meta
Converts LeetCode Python solutions to a more Pythonic style
Image from store
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.