Skip to content

Python Program to easily search and find phrases in Minecraft Chat Logs

Notifications You must be signed in to change notification settings

OrangeCoding2021/crafting-py-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crafing-py-chat

Minecraft stores old chat logs in Gzip .log files. To escape having to manually unzip these files with another program, I created a Python script to do it for me. By extending this idea, I hoped to create a functional program that is easy to use anytime I feel like looking through my old Minecraft chat logs.

This program is a work in progress as I believe I need to fix issues that could arise such as too much memory being used and display in sections still not working 100%. I hope as I continue in my coding journey I will be able to update this program to be completely safe to use and that it will follow typical Python coding structure.

Features

  • Displaying all the contents of a log file in the console
  • Displaying file by pages
  • Directory searching options
  • File Search options
  • Writing the contents to a text

About

Python Program to easily search and find phrases in Minecraft Chat Logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages