A Python-based desktop application for advanced data searching and family record management.
- Python 3.14 or higher
- MySQL Server
-
Clone the repository:
git clone https://github.com/pepe-god/DataProphet.git cd DataProphet -
Install dependencies:
pip install .Or using uv:
uv sync
Configure your database connection in config.ini before running the application.
Run the application using:
python main.py- Advanced search interface
- Family record management
- Multi-threaded operations for UI responsiveness
- Modern Tkinter-based GUI