pycharm-plugin
There are 63 repositories under pycharm-plugin topic.
JetBrains/lets-plot
Multiplatform plotting library based on the Grammar of Graphics
wakatime/jetbrains-wakatime
IntelliJ IDEA, PyCharm, RubyMine, PhpStorm, AppCode, AndroidStudio, Goland, Rider, & WebStorm plugin for quantifying your coding.
carlrobertoh/CodeGPT
The leading open-source AI copilot for JetBrains. Connect to any model in any environment, and customize your coding experience in any way you like.
Almighty-Alpaca/JetBrains-Discord-Integration
Discord rich presence integration for all JetBrains IDEs
koxudaxi/pydantic-pycharm-plugin
PyCharm plugin for pydantic. This plugin provides autocompletion, inspection, type-checking, inserting unfilled argument, and more.
donkirkby/live-py-plugin
Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
koxudaxi/ruff-pycharm-plugin
PyCharm plugin for ruff. This plugin provides reformat code using ruff.
leinardi/pylint-pycharm
A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.
leinardi/mypy-pycharm
A plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
koxudaxi/poetry-pycharm-plugin
A PyCharm plugin for poetry
InSyncWithFoo/ryecharm
The all-in-one PyCharm plugin for Astral-backed Python tools
InSyncWithFoo/pyright-for-pycharm
Pyright integration for PyCharm
hsz/jetbrains-plugins-explorer
IntelliJ Platform Explorer
InSyncWithFoo/pyright-langserver-for-pycharm
Pyright language server integration for PyCharm Professional
uriyyo/pycharm-evaluate-async-code
Finally, you can use await in evaluate expression 💪
allegroai/clearml-pycharm-plugin
ClearML PyCharm Plugin
jonzarecki/awesome-pycharm-plugins
A curated list of awesome Pycharm plugins
olance/intellij-prisma
Prisma schema file support for IntelliJ IDEs (WebStorm, PHPStorm, Pycharm, RubyMine, ...)
InSyncWithFoo/uv-for-pycharm
uv integration for PyCharm
srwi/PyCharm-PixelLens
Free PyCharm image viewer plugin for visualizing and debugging NumPy, OpenCV, PyTorch, TensorFlow, JAX, and PIL data.
codiga/jetbrains-plugin
Jetbrains plugin for Codiga. Coding Assistant and Code Analysis in all JetBrains products. Codiga supports more than 10+ languages, try it for free on https://www.codiga.io
datreks/codetime-jetbrains
Jetbrains plugin for codetime
mah007/odoo_pycharm_autocomp
auto complete syntax for odoo openerp 8,9,10 ,11
sczerwinski/wavefront-obj-intellij-plugin
IntelliJ platform plugin for Wavefront OBJ format
chlab/pycharm-django-live-templates
Django Live Templates (snippets) for PyCharm
crossoverJie/sqlalchemy-transfer
A plugin that can help you transfer MySQL DDL to sqlalchemy-model.
klesun/deep-dict-completion
Pycharm plugin for deep type inference based dict keys completion. As you may see from commit history, it was not updated for years since I don't use python myself, but I'm still open for small feature requests - if you file an issue, I'll likely implement it in a week or so...
likianta/pycharm-qml-keywords-highlight
Syntax hightlight and code completion for QML in PyCharm.
andreisilviudragnea/PythonDCE
Pycharm Plugin useful for detecting potentially dead code
CJCrafter/PythonGettersAndSetters
Plugin for PyCharm that adds Getters and Setters
nziyouren/QuickComparePlugin
Jetbrains product plugin. Quick compare files and folders with external compare tools acrossing different projects
uriyyo/pytest-pycharm-plugin
:snake: PyCharm plugin
cdxx-lxix/LastActionNote-Intellij
Plugin for Intellij
KartanHQ/intellij-hardhat
Hardhat plugin for IntelliJ Platform
piekill/transmitter
A Jetbrains plugin for sending your project to remote locations.
chagdrashti/Face-Recognition-Attendance-Project
face recognition project in Python using OpenCV. Capture faces for training, use Haarcascades for detection, and employ the LBPHFaceRecognizer for recognition. Train the model on the captured faces and implement real-time face recognition. Develop an attendance system, saving attendance data with timestamps.