PyQtTextEditor is a simple text editor built using PyQt5, a set of Python bindings for Qt libraries. This lightweight text editor provides basic text editing functionality with a user-friendly interface.
- Syntax Highlighting: Supports syntax highlighting for various programming languages.
- File Operations: Open, save, and create new text files easily.
- Customization: Customize the appearance and behavior of the text editor.
- Cross-Platform: Works seamlessly on Windows, macOS, and Linux.
-
Clone the repository:
git clone https://github.com/yourusername/PyQtTextEditor.git
-
Install the required dependencies:
pip install PyQt5
-
Run the text editor:
python main.py
- Open the text editor.
- Use the menu bar to perform various file operations.
- Customize the editor settings through the preferences menu.
- Enjoy seamless text editing!
If you'd like to contribute to this project, please follow the Contributing Guidelines.
This project is licensed under the MIT License.
- PyQt5: https://www.riverbankcomputing.com/software/pyqt/
- Qt Documentation: https://doc.qt.io/
- Icons by FontAwesome: https://fontawesome.com/
For any inquiries or feedback, please contact [email protected].