Compare commits

...

2 Commits

Author SHA1 Message Date
a2a1671d6e update something 2024-06-19 22:47:10 +07:00
8869c2ba51 update settings 2024-06-19 22:45:43 +07:00
5 changed files with 32 additions and 8 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
docs/video/
side/

9
LICENSE Normal file
View File

@ -0,0 +1,9 @@
MIT License
Copyright (c) 2024 dharm pimsen
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,13 +1,19 @@
# PyserSSH Showcase
# Showcase
The following project have been developed with PyserSSH by various developers and show the superiority of ssh server. PyserSSH is a fast, easy to use and powerful python cross-platform ssh server library (Windows, Linux and MacOS) available under a permissive MIT license.
## Demo 1
[Demo 1](https://github.com/damp11113/PyserSSH/blob/main/src/PyserSSH/demo/demo1.py) is simple command with can interact to user. Build by PyserSSH v4.0
![type:video](Videos/demo1.mp4)
<video controls>
<source src="Videos/demo1.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
## SRT Karaoke (Demo 2)
[Demo 2](https://github.com/damp11113/PyserSSH/blob/main/src/PyserSSH/demo/demo2.py) is simple srt file karaoke player with no sound. Build by PyserSSH v4.5
![type:video](Videos/demo2.mp4)
<video controls>
<source src="Videos/demo2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

View File

@ -39,7 +39,6 @@ markdown_extensions:
- pymdownx.superfences
- md_in_html
extra:
generator: false
social:
@ -47,7 +46,4 @@ extra:
link: https://github.com/damp11113/PyserSSH
plugins:
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
- offline

11
readme.md Normal file
View File

@ -0,0 +1,11 @@
# PyserSSH Docs
A PyserSSH document
to build
```sh
mkdocs build
```
to development
```sh
mkdocs serve
```