ChatDev/WareHouse/BookBreeze_THUNLP_20230825072339/readme.md

20 lines
959 B
Markdown
Raw Normal View History

2023-09-04 14:24:28 +03:00
# E-book Reader
This is a simple e-book reader application that allows users to read electronic books in various formats. The application supports basic formats such as PDF, EPUB, and MOBI. It provides functionality for users to add and manage bookmarks within the e-books.
## Features
- Open e-books in PDF, EPUB, and MOBI formats
- Display the content of the e-books
- Add and remove bookmarks within the e-books
## Requirements
- Python 3.x
- tkinter library
- PyPDF2 library
- ebooklib library
- mobi library
## Usage
1. Run the `main.py` file to start the application.
2. Click on the "File" menu and select "Open" to choose an e-book file.
3. The content of the e-book will be displayed in the main window.
4. Use the buttons in the bookmarks panel to add or remove bookmarks.
5. To exit the application, click on the "File" menu and select "Exit".
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.