mirror of
https://github.com/SystemRage/py-kms.git
synced 2025-08-12 03:57:35 +08:00
Moinor formatting
This commit is contained in:
10
README.md
10
README.md
@@ -1,10 +1,11 @@
|
|||||||
# README
|
# Readme
|
||||||
|
***
|
||||||
|
|
||||||
## History
|
## History
|
||||||
_py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife.info/members/183074-markedsword), which is a port of either the C#, C++, or .NET implementations of KMS Emulator. The original version was written by [CODYQX4](http://forums.mydigitallife.info/members/89933-CODYQX4) and is derived from the reverse-engineered code of Microsoft's official KMS.
|
_py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife.info/members/183074-markedsword), which is a port of either the C#, C++, or .NET implementations of KMS Emulator. The original version was written by [CODYQX4](http://forums.mydigitallife.info/members/89933-CODYQX4) and is derived from the reverse-engineered code of Microsoft's official KMS.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Responds to V4, V5, and V6 KMS requests.
|
- Responds to `v4`, `v5`, and `v6` KMS requests.
|
||||||
- Supports activating:
|
- Supports activating:
|
||||||
- Windows Vista
|
- Windows Vista
|
||||||
- Windows 7
|
- Windows 7
|
||||||
@@ -22,12 +23,11 @@ _py-kms_ is a port of node-kms created by [cyrozap](http://forums.mydigitallife.
|
|||||||
- Microsoft Office 2013 ( Volume License )
|
- Microsoft Office 2013 ( Volume License )
|
||||||
- Microsoft Office 2016 ( Volume License )
|
- Microsoft Office 2016 ( Volume License )
|
||||||
- Microsoft Office 2019 ( Volume License )
|
- Microsoft Office 2019 ( Volume License )
|
||||||
- It's written in Python:
|
- It's written in Python (tested with Python 3.6.7)
|
||||||
- tested with Python 3.6.7
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- Python 3.x.
|
- Python 3.x.
|
||||||
- Tkinter module.
|
- Tkinter module (for the GUI).
|
||||||
- If the `tzlocal` module is installed, the "Request Time" in the verbose output will be converted into local time. Otherwise, it will be in UTC.
|
- If the `tzlocal` module is installed, the "Request Time" in the verbose output will be converted into local time. Otherwise, it will be in UTC.
|
||||||
- It can use the `sqlite3` module so you can use the database function, storing activation data so it can be recalled again.
|
- It can use the `sqlite3` module so you can use the database function, storing activation data so it can be recalled again.
|
||||||
- Installation example on Ubuntu / Mint:
|
- Installation example on Ubuntu / Mint:
|
||||||
|
Reference in New Issue
Block a user