Compare commits
2 Commits
52d6fcd203
...
a2a1671d6e
Author | SHA1 | Date | |
---|---|---|---|
a2a1671d6e | |||
8869c2ba51 |
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
docs/video/
|
||||
side/
|
9
LICENSE
Normal file
9
LICENSE
Normal 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.
|
@ -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
|
||||
|
||||

|
||||
<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
|
||||
|
||||

|
||||
<video controls>
|
||||
<source src="Videos/demo2.mp4" type="video/mp4">
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user