Dimah's repositories
banking-management-system-python
The Banking Management System is a Python and SQLite-based application that allows users to create accounts, log in, check balance, deposit, withdraw, transfer money, and view transaction history. It provides a secure, user-friendly interface along with an admin panel for managing user accounts and records.
class-schedule
A good Python automation tool that extracts class schedules from university portals, converts Persian dates to Gregorian calendar, and generates professional ICS files for seamless calendar integration. Built with Selenium, BeautifulSoup, and iCalendar standards.
jadi-python-course
Exercises and examples from Jadi Mirmirani’s Python full course. This repository contains my practice scripts, mini projects, and code samples created while following the lessons .covering Python basics, problem solving, and hands-on programming exercises.
company-showcase-cms
A multi-language (English & Persian) company website built with ASP.NET MVC 5 (.NET Framework 4.7) and Entity Framework 6. This project provides a complete content management system (CMS) for showcasing company about, contact, team members, projects, and blog posts, with a modern admin dashboard for managing all sections dynamically.
advanced-java-programming-jafarnajad
Java practice for university final.
Number-Guesser-DotNet
Simple Windows console app written in C# and .NET
StuGer
A clean console-based Student Management System built with Java and SQLite. Features full CRUD (Create, Read, Update, Delete) operations and follows a layered structure with models, repositories, and a database helper. Perfect for learning JDBC, object-oriented programming, and database interaction in Java!