Credence-Core is a Python-based desktop application designed to manage and display a user's financial credibility through a scoring system. It comes with a full-featured admin panel, user profile system, and financial dashboard — ideal for simulating a basic fintech product.
- ✅ User Profile management
- 💰 Deposit & Withdrawal functionality
- 🧾 Transaction tracking and export to PDF
- 📄 View and download past transaction reports
- 🔒 Secure login system (if implemented)
- 📊 Dashboard with charts and financial overviews
- 🔍 Monitor all transactions (deposits/withdrawals)
- 📁 Export transaction reports in PDF format
- 📉 Credence Score visualization
- 🗃️ Database integration for user data and transactions
- 🐍 Python
- 🖼️ Tkinter (or other GUI framework)
- 🗃️ SQLite (or your DB engine)
- 📦 FPDF / ReportLab (for PDF export)
- 📈 Matplotlib / Plotly (for charts, if used)
- Clone the repository:
git clone https://github.com/AFRADOX/Credence-Core.git