This is a simple Notepad-like text editor built using PySide6 (Qt for Python). It mimics the basic functionality of the classic Windows Notepad. This project was created for learning purposes while exploring PySide6.
- Create, open, edit, and save text files
- Basic UI similar to Windows Notepad
- Built using Python and PySide6
- Python
- PySide6 (Qt for Python)
- Make sure you have Python installed (Python 3.7+ recommended).
- Install the required library:
pip install pyside6- Replace
notepad.pywith your actual file name. - If you have screenshots or a demo GIF, I can help you add them too.
- Don’t forget to update
https://github.com/your-username/notepad-clone.gitwith your actual GitHub URL.