An open API service indexing awesome lists of open source software.

https://github.com/jarvis-ai/simplenotepad-pytk

Simple Python Notepad written in TK
https://github.com/jarvis-ai/simplenotepad-pytk

Last synced: about 1 year ago
JSON representation

Simple Python Notepad written in TK

Awesome Lists containing this project

README

          

# Notepad Text Editor by JARVIS-AI

**Version**: 1.0.8

A simple, lightweight Notepad-style text editor built in Python using Tkinter. This application offers basic text editing functionality in a user-friendly interface.

---

## Features

- **Basic Editing Functions**: Includes essential text editing features like typing, saving, opening, and editing text files.
- **Simple GUI**: Easy-to-use interface, similar to classic Notepad.
- **File Support**: Open and save `.txt` files, allowing for quick editing and note-taking.

---

## Installation

1. **Clone the Repository**:
```bash
git clone https://github.com/username/notepad-text-editor.git
cd notepad-text-editor
```

2. **Install Dependencies**:
Ensure you have Python 3 and Tkinter installed.

---

## Usage

1. **Run the App**:
```bash
python notepad.py
```

2. **Start Editing**:
- **New**: Clear the editor to start a new document.
- **Open**: Open an existing `.txt` file for editing.
- **Save**: Save the current document to a file.
- **Exit**: Close the application.

---

## Screenshots

![Screenshot of Notepad Text Editor](Assets/1.png)


![Screenshot of Notepad Text Editor](Assets/2.png)


![Screenshot of Notepad Text Editor](Assets/3.png)


![Screenshot of Notepad Text Editor](Assets/4.png)


![Screenshot of Notepad Text Editor](Assets/5.png)


![Screenshot of Notepad Text Editor](Assets/6.png)

---

## Contributing

Contributions are welcome! Feel free to open issues for suggestions or submit pull requests to improve the app.

---

## License

This project is licensed under the MIT License.

---

## Contact

For questions, please reach out via [your email or GitHub profile].

---

Let me know if you want to add more features or customization details!