Adjust readme.

master
Andy Stewart 8 years ago
parent 18d06b8d7b
commit ebdd85776a
  1. 34
      README.md
  2. 28
      SCREENSHOT.md

@ -1,7 +1,4 @@
# EAF Screenshots
You can explore [EAF Screenshots](SCREENSHOT.md) to feeling what's EAF.
## What is Emacs Application Framework?
# What is Emacs Application Framework?
Emacs Application Framework is a development framework that developers can develop any PyQt program and integrate into Emacs.
This framework mainly implements three functions:
@ -11,6 +8,35 @@ This framework mainly implements three functions:
Using this framework, you can use PyQt develop powerful graphics programs to extend Emacs
## Screenshots of EAF
### Browser
![img](./screenshot/browser.gif)
### Markdown Previewer
![img](./screenshot/markdown_previewer.gif)
### Image Viewer
![img](./screenshot/image_viewer.gif)
### Video Player
![img](./screenshot/video_player.gif)
### PDF Player
![img](./screenshot/pdf_viewer.gif)
### Camera
![img](./screenshot/camera.gif)
### File Transfer
![img](./screenshot/file_transfer.png)
### File Uploader
![img](./screenshot/file_uploader.png)
### Air Share
![img](./screenshot/air_share.png)
## Installation
1. Install python libraries:

@ -1,28 +0,0 @@
## Application Screenshots
### Browser
![img](./screenshot/browser.gif)
### Markdown Previewer
![img](./screenshot/markdown_previewer.gif)
### Image Viewer
![img](./screenshot/image_viewer.gif)
### Video Player
![img](./screenshot/video_player.gif)
### PDF Player
![img](./screenshot/pdf_viewer.gif)
### Camera
![img](./screenshot/camera.gif)
### File Transfer
![img](./screenshot/file_transfer.png)
### File Uploader
![img](./screenshot/file_uploader.png)
### Air Share
![img](./screenshot/air_share.png)
Loading…
Cancel
Save