now make the structure better with folders
I'll reorganize the project structure into a more professional folder hierarchy for better maintainability and organization.
finish the structure and make it python 3.13.2
also make it with pymem instead, and make it more simpler and delete unnecessary files
I'll restructure the project to be simpler, use pymem instead of ctypes, and ensure Python 3.13.2 compatibility.
I've completely restructured the project to be much simpler and cleaner:
core/ and gui/ folders with clear separation of concernscore/memory.py): Simple pymem wrapper for memory operationscore/scanner.py): Basic memory value scanningcore/aob_scanner.py): Simple byte pattern scanningcore/monitor.py): Basic memory change monitoringgui/main_window.py): Tabbed interface with all functionalitypip install -r requirements.txtpython main.pyThis version is much more maintainable and easier to understand while still providing the core cheat engine functionality.
add explore close memories and finish readme