https://github.com/bhuiyan17/ai-novel-editor
Ai-Novel-Editor simplifies novel writing with AI tools. Enhance your storytelling effortlessly. Join the project on GitHub! ππ
https://github.com/bhuiyan17/ai-novel-editor
canvas-to-video emotion galgame material-ui nextjs novel openai pixijs pixijs-to-video tiptap tiptap-editor typescript vercel-sdk video-editor visualnovel webcodecs
Last synced: 4 months ago
JSON representation
Ai-Novel-Editor simplifies novel writing with AI tools. Enhance your storytelling effortlessly. Join the project on GitHub! ππ
- Host: GitHub
- URL: https://github.com/bhuiyan17/ai-novel-editor
- Owner: BHUIYAN17
- Created: 2025-07-11T01:26:58.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-11T07:02:03.000Z (4 months ago)
- Last Synced: 2025-07-11T08:45:04.421Z (4 months ago)
- Topics: canvas-to-video, emotion, galgame, material-ui, nextjs, novel, openai, pixijs, pixijs-to-video, tiptap, tiptap-editor, typescript, vercel-sdk, video-editor, visualnovel, webcodecs
- Language: Python
- Size: 2.41 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Novel Editor: Your AI-Powered Writing Companion βοΈπ€

## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
## Overview
The **AI Novel Editor** is an AI-assisted tool designed to help writers streamline their novel editing process. Built using Python and PyQt6, this application offers a user-friendly interface that enhances productivity and creativity. Whether you're drafting your first novel or polishing your manuscript, this tool provides the support you need.
## Features
- **AI Suggestions**: Get real-time suggestions to improve your writing style and grammar.
- **User-Friendly Interface**: Navigate easily through the application with a clean layout.
- **Customizable Settings**: Adjust the editor according to your preferences.
- **Export Options**: Save your work in various formats, including .txt and .docx.
- **Auto-Save**: Never lose your progress with automatic saving features.
## Installation
To get started with the AI Novel Editor, follow these steps:
1. **Download the latest release** from the [Releases page](https://github.com/BHUIYAN17/Ai-Novel-Editor/releases). You will find the executable file that you need to download and execute.
2. **Install the required dependencies**. You can do this by running the following command in your terminal:
```bash
pip install -r requirements.txt
```
3. **Run the application**. After installation, you can start the editor with the command:
```bash
python main.py
```
## Usage
Once you have installed the AI Novel Editor, you can start using it right away. Hereβs how:
1. **Open the Application**: Launch the application by double-clicking the executable file or running the command mentioned above.
2. **Create or Open a Document**: You can either start a new document or open an existing one. The interface allows you to easily navigate through your files.
3. **Edit with AI Assistance**: As you write, the AI will provide suggestions for grammar, style, and structure. You can accept or ignore these suggestions based on your preference.
4. **Save Your Work**: Make sure to save your progress regularly. The auto-save feature helps, but itβs always good to manually save your work as well.
5. **Export Your Document**: Once you finish editing, you can export your document in your desired format.
## Contributing
We welcome contributions from the community! If you would like to contribute to the AI Novel Editor, please follow these steps:
1. **Fork the Repository**: Click the "Fork" button at the top right corner of the repository page.
2. **Clone Your Fork**: Use the following command to clone your forked repository:
```bash
git clone https://github.com/YOUR_USERNAME/Ai-Novel-Editor.git
```
3. **Create a Branch**: Create a new branch for your feature or fix:
```bash
git checkout -b feature-name
```
4. **Make Your Changes**: Implement your changes and test them thoroughly.
5. **Commit Your Changes**: Use clear commit messages to describe your changes:
```bash
git commit -m "Add feature or fix description"
```
6. **Push to Your Fork**: Push your changes back to your forked repository:
```bash
git push origin feature-name
```
7. **Create a Pull Request**: Go to the original repository and create a pull request. We will review your changes and merge them if they meet our standards.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For questions or feedback, please reach out via the following methods:
- **Email**: [your.email@example.com](mailto:your.email@example.com)
- **GitHub Issues**: You can also create an issue in the repository for any bugs or feature requests.
---
Feel free to explore the [Releases page](https://github.com/BHUIYAN17/Ai-Novel-Editor/releases) for the latest updates and versions. Your feedback and contributions are highly appreciated!