Skip to content

Extracts the identity information citizens from MySQL, creates a family network based on TC ID No. and exports it to CSV

License

Notifications You must be signed in to change notification settings

pepe-god/DataProphet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

📦 Dependencies

Python Standard Libraries

Library Purpose
csv CSV dosyalarını okuma/yazma
logging Loglama işlemleri
configparser Yapılandırma dosyalarını okuma
tkinter GUI oluşturma (ikinci script için)

External Libraries

Library Installation Command
mysql-connector-python pip install mysql-connector-python

💻 Kurulum

  1. Gerekli kütüphaneleri yükleyin:

    pip install mysql-connector-python
  2. (Opsiyonel) Sanal ortam kullanımı tavsiye edilir:

    python -m venv venv
    source venv/bin/activate  # Linux/macOS
    venv\Scripts\activate     # Windows
    pip install mysql-connector-python

About

Extracts the identity information citizens from MySQL, creates a family network based on TC ID No. and exports it to CSV

Topics

Resources

License

Stars

Watchers

Forks

Languages