Skip to content

Commit ca3f05c

Browse files
author
André Machado
committed
Update README to reflect Pythonico as an IDE and enhance feature descriptions
1 parent 79ad6a5 commit ca3f05c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<h2>Pythonico Programming Text Editor</h2>
2+
<h2>Pythonico Programming Text Editor (IDE) for Python Language</h2>
33
</div>
44

55
<p align="center">
@@ -8,30 +8,27 @@
88

99
![Pythonico Programming Text Editor](https://raw.githubusercontent.com/machaddr/pythonico/main/screenshots/editor.png)
1010

11-
Pythonico Programming Text Editor is a lightweight and customizable text editor designed specifically for programming in Python.
12-
13-
This portion of code provides a user-friendly interface and essential features to facilitate Python programming. <br />It offers syntax highlighting, code auto-completion, code snippets, multiple tabs, and other functionalities to enhance the coding experience. <br /><br />The goal of Pythonico Programming Text Editor is to provide a fast and efficient text editor tailored for Python developers.
14-
15-
This code is still in Alpha, many features may lack in the code.
11+
Pythonico Programming Text Editor is a lightweight and customizable IDE built specifically for Python development. It provides a user-friendly interface and essential features like syntax highlighting, code auto-completion, code snippets, and multiple tabs to streamline your coding experience. Our goal is to offer a fast, efficient, and intuitive editor tailored for Python developers. This code is still in Alpha, and several features may be incomplete or under active development.
1612

1713
## Features
1814
- **Syntax Highlighting:**
19-
Provides syntax highlighting for Python code to improve code readability.
15+
Provides rich syntax highlighting for Python code, including advanced rules for parentheses, imports, and strings.
2016
- **Code Auto-Completion:**
21-
Offers auto-completion suggestions while typing to increase productivity.
17+
Offers auto-completion suggestions for built-in Python functions and installed modules, boosting productivity.
2218
- TODO **Code Snippets:**
23-
Includes a library of code snippets for common Python programming tasks.
19+
Includes a library of code snippets for common Python programming tasks.
2420
- **Multiple Tabs:**
25-
Allows opening multiple files simultaneously with a tabbed interface.
21+
Allows opening multiple files simultaneously with a tabbed interface.
22+
- **Line Numbering & Auto-Indentation:**
23+
Displays line numbers for easy navigation and automatically indents your code.
2624
- **Customization:**
27-
Provides options to customize the appearance and behavior of the text editor.
25+
Provides options to customize the appearance and behavior of the text editor, including theming and font selection.
2826
- **Search and Replace:**
29-
Enables searching for specific text patterns and replacing them as needed.
27+
Enables searching for text patterns and replacing them as needed.
3028
- **Code Formatting:**
31-
Offers automatic code formatting for consistent and clean code.
29+
Offers automatic code formatting for consistent and clean code.
3230
- TODO **Error Highlighting:**
33-
Highlights syntax errors and warnings in the code for easy identification.
34-
Installation
31+
Helps identify syntax errors and warnings in the code for quick troubleshooting.
3532

3633
## Dependencies
3734

@@ -40,7 +37,10 @@ Before installing Pythonico, make sure you have the following dependencies insta
4037
- [Python 3.6 or above](https://www.python.org/downloads/)
4138
- [PyQt6](https://pypi.org/project/PyQt6/)
4239
- [Anthropic](https://pypi.org/project/anthropic/)
43-
- [PyQTConsole](https://pypi.org/project/pyqtconsole/)
40+
- [PyAudio](https://pypi.org/project/PyAudio/)
41+
- [SpeechRecognition](https://pypi.org/project/SpeechRecognition/)
42+
- [markdown](https://pypi.org/project/markdown/)
43+
- [pyqtconsole](https://pypi.org/project/pyqtconsole/)
4444

4545
You can install these dependencies using `pip`, the Python package installer. Open a terminal or command prompt and run the following commands:
4646

0 commit comments

Comments
 (0)