
projects Archives - CodeWithCurious
Encryption Tool using java with complete source Code GUI Introduction: The Encryption Tool is a Java-based GUI application designed to help users encrypt and decrypt text using fundamental cryptographic techniques.
Python Mini and Major Projects with source code - CodeWithCurious
QR Code & Bar Code Detection Using Open CV Python With Source Code Introduction : Today We Make a QR Code & Bar Code Detector Using Open CV Python , A Versatile Programming Language . To Make the Detector , We need some modules or Packages from Python Library Like numpy , cv2 , qrcode […]
Home - CodeWithCurious
CodeWithCurious is the best place to grow your IT career with free content on C, C++, Java, Python, SQL, web development & interview prep.
C++ Projects With Source Code For Free - CodeWithCurious
Employee Management System using c++ With Source Code Introduction: Employee Management System the whole project is designed in ‘C++’ language. This project …
HTML CSS JavaScript projects with source code web
Today we have created a beautiful project for you which is going to be very useful for you and this project will also improve your coding skills. Today we have created an Educational Website for you using HTML CSS […]
500+ Coding Projects With Source Code - CodewithCurious
Coding Projects with Source Code Available in this Book 👇. Python Projects With Source Code. 2048 game using python tkitner; Hostel Management System Using Python with source code Python Graphical Interface Tkinter; contra game using python pygame with source code; Restaurant billing system using Python with Tkinter Module with GUI
Java Projects - CodeWithCurious
Feb 4, 2023 · Online Quiz System using Java With Source Code Graphical User Interface [GUI] Introduction: The online Quiz Program is a Java-based Quiz System …
java projects with source code - CodeWithCurious
Resume Builder Application using Java With Source Code Graphical User Interface [GUI] Introduction: The Resume Builder Application is a powerful and user-friendly …
coding projects with source code - CodeWithCurious
Library Management System Using Python with Source Code using Python GUI Tkinter (Graphical User Interface)
Weather App using Django With Source Code - CodeWithCurious
# in the terminal # Create a virtual environment and install Django python3 -m venv venv #if you are using mac use next command as : source venv/bin/activate # REMEMBER if you are using windows venv\Scripts\activate pip install django # Create a Django project django-admin startproject weather # cd into the weather directory cd weather_app # Create the weather app python manage.py startapp ...