Skip to content

Kielx/AnyGrabber

Repository files navigation

Logo AnyGrabber

Static Badge Wiki Badge

GitHub Workflow Status (with event) GitHub all releases GitHub

AnyGrabber simplifies the process of searching for AnyDesk logs, extracting relevant data concerning IP addresses used for logging in, along with corresponding dates. It also generates .txt and .csv reports based on the data retrieved. The user-friendly interface and localization features make it easy for anyone to use, regardless of technical proficiency. It's portable and can be used on any modern Windows machine without the need for installation.

App screenshot

Key Features:

  • Search for logs in default and custom locations
  • Extraction of login date and IP address/es
  • Generation of checksums for retrieved files
  • Creation of .txt and .csv reports based on found data
  • Support for English and Polish languages
  • User-friendly interface
  • Portable

Motivation

Extracting information from AnyDesk logs can be difficult and time-consuming, especially for people who aren't familiar with where the logs are stored. It usually involves a lot of searching through logs to find important information, such as dates and IP addresses. This can be so complicated that some people give up or spend a long time trying to find what they need.

AnyGrabber is designed to make searching and finding AnyDesk logs easier for everyone. The app has an easy-to-use interface that simplifies the process, making it accessible to both beginners and advanced users. It also offers localization features, so people can use it in their native language.

Tech used

Building

Easiest way to build portable version of app is to use auto-py-to-exe and following the steps:

  1. Run auto-py-to-exe from your command line - how to install auto-py-to-exe
  2. Choose main.py as script location
  3. Change Console Window option to Window Based (hide the console)
  4. Pick the icon that is located in assets folder
  5. Pick and add additional files and directories from project root:
    • Assets folder
    • Locale folder
    • Customtkinter folder (/venv/Lib/site-packages/customtkinter)
    • Dateutil folder (/venv/Lib/site-packages/dateutil)
    • PIL folder (/venv/Lib/site-packages/PIL)
    • CTkMessagebox folder (/venv/Lib/site-packages/CTkMessagebox/)
    • Bidict folder (/venv/Lib/site-packages/bidict/)
    • config.json file

Use the screenshot below for reference:

py-to-exe

If you prefer to use pyinstaller command you need to swap locations of file to match your system.

IMPORTANT- If you are using PyCharm be sure to un-check the following options

py-to-exe Big thanks to this stackoverflow post:

--- OR ---

install dependencies globally via PIP

Acknowledgments

  • Greenfish Icon Editor Pro was a great asset at creating icon for app
  • Figma for free design tools that I used for my logo
  • Photopea being a great free image editor I used for my assets and images
  • Poedit for making language translations a breeze

About

Simplify AnyDesk log analysis by effortlessly searching, extracting, and generating reports on IP addresses and login dates

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages