How to set up Pyqcc in PyCharm How to set up Pyqcc in PyCharm

WBOY
Release: 2024-08-05 15:56:36
Original
712 people have browsed it

PyCharm is a Python IDE favored by developers, but it hides many little-known skills, one of which is setting up PyQCC (Python Quality Checker). PyQCC is a powerful tool that can help you ensure code quality, but few people know how to set it up. PHP editor Youzi will introduce in detail the setting method of PyQCC in PyCharm through this article. This tutorial will take you through how to enable, configure, and use PyQCC, allowing you to easily improve code quality. If you also want to make full use of PyCharm and master the setup skills of PyQCC, please continue reading this article to explore the powerful functions of PyCharm in depth.

How to set up Pyqcc with PyCharm? How to set up Pyqcc with PyCharm

First open PyCharm and then create a new project to enter the main interface

PyCharm怎样设置Pyqcc PyCharm设置Pyqcc的方法

Key combination Ctrl + Alt + S Open settings, find external tools

PyCharm怎样设置Pyqcc PyCharm设置Pyqcc的方法

Click "+"

PyCharm怎样设置Pyqcc PyCharm设置Pyqcc的方法

Then fill in some information according to the picture. The name is Pyqcc

PyCharm怎样设置Pyqcc PyCharm设置Pyqcc的方法

The first line input=》

C:Python35Libsite-packagesPyQt5pyrcc5.exe

PyCharm怎样设置Pyqcc PyCharm设置Pyqcc的方法

The second line input=》

$FileName$ -o $ FileNameWithoutExtension$_rc.py

PyCharm怎样设置Pyqcc PyCharm设置Pyqcc的方法

Enter the third line =》

$FileDir$

PyCharm怎样设置Pyqcc PyCharm设置Pyqcc的方法

Click to save

The above is the detailed content of How to set up Pyqcc in PyCharm How to set up Pyqcc in PyCharm. For more information, please follow other related articles on the PHP Chinese website!

source:downza.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!