|
1 |
| -<h4>Prettify your Python!</h4> |
| 1 | +<h1>Prettify Python</h1> |
2 | 2 |
|
3 |
| -<a href="https://meanmail.dev/plugin/2">Plugin page</a> |
| 3 | +<p>Enhance the readability of your Python code with beautiful mathematical symbols!</p> |
4 | 4 |
|
5 |
| -<h4>Features</h4> |
| 5 | +<p>This plugin automatically replaces standard Python operators with their mathematical equivalents, making your code more elegant and readable.</p> |
6 | 6 |
|
7 |
| -Folding text to prettify blocks |
| 7 | +<h2>Key Features</h2> |
8 | 8 |
|
9 | 9 | <ul>
|
10 |
| - <li>>= to ≥</li> |
11 |
| - <li><= to ≤</li> |
12 |
| - <li>!= to ≠</li> |
13 |
| - <li>-> to ➔</li> |
14 |
| - <li>lambda to λ</li> |
15 |
| - <li>** to ^</li> |
| 10 | + <li>Automatic operator replacement with mathematical symbols</li> |
| 11 | + <li>Customizable replacement rules</li> |
| 12 | + <li>Instant changes application</li> |
16 | 13 | </ul>
|
| 14 | + |
| 15 | +<h2>Supported Replacements</h2> |
| 16 | + |
| 17 | +<ul> |
| 18 | + <li>>= → ≥ (greater than or equal)</li> |
| 19 | + <li><= → ≤ (less than or equal)</li> |
| 20 | + <li>!= → ≠ (not equal)</li> |
| 21 | + <li>-> → ➔ (arrow)</li> |
| 22 | + <li>lambda → λ (lambda)</li> |
| 23 | + <li>** → ^ (power)</li> |
| 24 | +</ul> |
| 25 | + |
| 26 | +<h2>How to Use</h2> |
| 27 | + |
| 28 | +<ol> |
| 29 | + <li>Install the plugin</li> |
| 30 | + <li>Open any Python file</li> |
| 31 | + <li>Enjoy automatic formatting!</li> |
| 32 | +</ol> |
| 33 | + |
| 34 | +<h2>Configuration</h2> |
| 35 | + |
| 36 | +<p>You can customize replacement rules in the plugin settings:</p> |
| 37 | +<ol> |
| 38 | + <li>Go to Settings/Preferences</li> |
| 39 | + <li>Find "Prettify Python" in the plugins list</li> |
| 40 | + <li>Customize replacement rules to your liking</li> |
| 41 | +</ol> |
| 42 | + |
| 43 | +<h2>Support</h2> |
| 44 | + |
| 45 | +<p>If you have any questions or suggestions, visit the <a href="https://meanmail.dev/plugin/2">plugin page</a>.</p> |
| 46 | + |
| 47 | +<p>Enjoy more beautiful Python code! 🐍✨</p> |
0 commit comments