🌍 WildGuard is a powerful desktop application built with Python + Tkinter, designed to protect wildlife, empower donors, and support national park management.
🚨 Save Endangered Species • 🗺️ Track Habitats • 📊 Visualize Conservation Progress
- 📊 Real-time conservation statistics powered by Matplotlib
- 🦓 Wildlife counts, activity summaries, and module shortcuts
- 📁 Add, update, and delete species data effortlessly
- 📸 Store details like scientific name, habitat, threat level, and images
- 🗃️ Uses SQLite3 for efficient data storage
- 🧭 Interactive maps created with Folium and WebView
- 🎯 Filter species by region or threat category
- 🤖 Get instant assistance using a rule-based or NLTK-powered chatbot
- 📚 Supports help for species data, donors, and volunteers
- 🔑 Secure Admin & User login with role-based access
- 🧱 SQLite-backed authentication for reliability
- 💳 Record and manage donor contributions
- 📈 Track funding impact with progress bars and charts
- 📤 Export reports in PDF or CSV formats
- 📝 Register, assign, and manage volunteer activities
- 📅 Role assignment with status tracking
- 📧 Send automated notifications using smtplib
- ✨ Built with Tkinter + ttk for an intuitive interface
- 🎨 Image-based buttons, hover effects, and keyboard shortcuts
- 🧩 Accessible and visually appealing layout
| 🧪 Tool | ⚙️ Purpose |
|---|---|
| Python 3.x | Core Programming |
| Tkinter + ttk | Graphical Interface |
| SQLite3 | Database Management |
| Matplotlib | Data Visualization |
| Folium + WebView | Interactive Mapping |
| smtplib | Email Notifications |
| unittest | Testing Framework |
wildguard/
├── assets/ # Images, icons, and map resources
├── database/ # SQLite database files
├── modules/ # Backend logic modules
│ ├── species.py
│ ├── donor.py
│ └── volunteer.py
├── gui/ # User interface scripts
│ ├── dashboard.py
│ └── login.py
├── main.py # Application entry point
└── requirements.txt # Project dependencies
git clone https://github.com/your-username/wildguard-python
cd wildguard-python
pip install -r requirements.txt
python main.py- Python 3.8 or above
- Pip package manager
- Internet connection for map loading
- ✅ GUI flow tested manually
- 🧪 Automated tests via
unittest - 📋 Edge case handling (duplicate donors, null values, invalid data)
- ✅ 15 Entities including Species, Admin, Donor, and Volunteer
- 🔗 Includes primary and foreign keys
- ⚙️ Demonstrates participation and mapping constraints
- 🌳 Incorporates specialization, generalization, and aggregation
| Name | Role |
|---|---|
| Aayush | Lead Developer |
| Ashmit | Core Developer |
📧 Email: wildguard.team@gmail.com 🐛 Report Issues: Open on GitHub
MIT License
Copyright (c) 2025 WildGuard Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.






