This project is a fast and efficient notepad application built with Python. It provides functionalities to open, modify, and save text files, making it a handy tool for quick note-taking and text file manipulation.
- Open Existing Files: Open and read existing
.txtfiles. - Modify Files: Edit the content of opened text files.
- Save Files: Save changes to the currently opened file.
- Save As: Save the current text content to a new file.
- Dockable Text Window: The text window is dockable and can be moved anywhere on the screen, independent of the main window.
To get started with this project, clone the repository and run the main Python file.
git clone https://github.com/JuanSKr/notepad-python
cd src
python main.pyThis project is built with Python and uses the PySide6 library for the GUI. Make sure you have Python installed and use pip to install the necessary libraries:
pip install PySide6