在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):tintin10q/minecraft-logs-analyzer开源软件地址(OpenSource Url):https://github.com/tintin10q/minecraft-logs-analyzer开源编程语言(OpenSource Language):Python 96.1%开源软件介绍(OpenSource Introduction):Minecraft-Logs-AnalyzerA tool to analyze game logs generated by Minecraft to calculate your total playtime. This is done to calculate the total playtime based on the logs. You can create graphs from the playtime and also export it as a csv file.
There are 3 modes:
1: Automatic trys to detect your logs in the normal minecraft folder
2: With this mode you can enter your own file paths Separate multiple paths with pipes (vertical bar: | ). 3: With glob you can enter a glob to select multiple folders in a directory, glob will basically select your path but also all the paths of any subdirectories that might exist in your specified path and that match the glob Separate multiple globs with pipes (vertical bar: | ). Make sure files don't overlap Folders that start with period must be explicitly specified (AppData/Roaming/.*/logs) Glob-Example: To find all logs folders in all folders that start with . in AppData,
Globs can take a bit to load if your selection is large. You can read more about globs here. This is how it all looks: ResultsYou can export the results into 2 ways
False positivesIf you use the .exe file you might get a false positive with virus programs. I used pyinstaller to create a .exe from the .pyw file. I used this command to build the .exe This next part is only for those who use the .pyw versionAt least python 3.6 is required for this program to work it might work on python 3.5, but I have not tested that. (I now added python 3.7 and 3.8 support) This program uses matplotlib pyplot to create graphs. If you do not have matplotlib installed please install it by entering the flowing command into the cmd:
If that does not work try to reinstall python and make sure to click the install pip option. The program will also detect if you do not have matplotlib installed, and it will ask you if you want to auto install.
This will basically run Authors:
Contributors
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论