console-based
There are 48 repositories under console-based topic.
harismuneer/Library-Management-System-JAVA
📚 A Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI).
mrossinek/cobib
Console Bibliography
HxnDev/Console-Based-Notepad-using-Trie-Trees
This is a fully implemented Notepad in C++. It has all major functionalities implemented. For this project, I am using a Four-Dimensional (4D) Linked List, and a Trie Tree. Furthermore, this notepad also displays the meanings and synonyms of the words entered.
novusnota/notes.sh
🐧📝 Super-simple small bash (shell) script with zero dependencies, which manages notes with ease and grace of a terminal.
fonic/scan2pdf
Scan to PDF (scan2pdf) - Scan documents directly to PDF files from the command line. Especially useful to batch-scan large volumes of documents.
aurorafossorg/tedit
A complete minimalistic text editor
coding-pelican/pacman-c
Simple implementation of the classic Pacman game using ASCII characters in C
HxnDev/Implementing-Routing-Protocol
Created a routing protocol in Cpp. We implemented RIP, OSPF and EIGRP. We also implemented a DNS server.
anshika1812/Library_Management_System
This repository is solely made using C language & contains code files that together make up a console-based Library Management System, which employs the use of Linked List & File Handling.
JohnDev19/Console-Personal-Diary
A simple personal diary application built in Ruby that allows users to create, view, edit, delete, and search diary entries. The application is console-based and stores entries in a JSON file for persistent data management.
Magirenko/2DTerm-Engine
Motor/Engine para la creación de juegos 2D en el terminal de lua.
sunnylalwani41/Uno
Uno is a multiplayer card game with 112 cards. It features special action cards like wild, reverse, skip, wild draw four, and draw two. Players strategize to play all their cards. The wild card allows color selection. The reverse card changes turn order. Skip card skips the next player's turn and many more...
anar-bastanov/console-pac-man
A clone of the old game Pac-Man with some additional changes written in C for Windows.
anar-bastanov/console-tic-tac-toe-plus
The well-known Tic Tac Toe game with many additional game mechanics written in C for Windows.
bilalyarmaci/c-cli-oyunu
Taş, kağıt, makas oyunu (komut satırı üzerinden)
coding-pelican/game2048-c
Implementation of the classic 2048 game in C
coding-pelican/omok-c
Simple implementation of the Omok (Five in a Row) game in C
coding-pelican/tic-tac-toe-c
Implementation of the classic Tic Tac Toe game in C. The game allows players to play against each other or against an AI opponent.
hemachandran-4/Automated_Auction_System-
A console based project that allows user to buy and sell product.
MarcelKaemper/lf-browser
Console based Webbrowser
mniabedii/blackjack-python
Console-based Python implementation of the classic Blackjack game with betting, player actions, and automatic dealer play. No dependencies required.
mrossinek/notewarrior
terminal based note management
AhmedHussien10/Hospital_system
This project is a simple patient management system designed for hospitals. It allows doctors to efficiently manage patient queues based on specialization and urgency of treatment. Key features include adding new patients, printing current patient lists by specialization, and retrieving the next patient in line. This system helps streamline hospital
anar-bastanov/console-minesweeper
A clone of the game Minesweeper resembling Google's version written in C for Windows.
Apocalus/Restaurant-Management-System
Mac's Cafe's Digital Platform
bgv99/CharacterCounter
Simple Console Based Character Counter
Blasphemeous/Electric-Billing-System
A console-based Electric Billing System written in Java.
ali7haider/Ocean_Navigation_System_CSharp_ConsoleBased_OOP
Ocean Navigation is a console-based application designed to manage ship positions and serial numbers effectively with file handling.
anna-shamis/BattleArenaJava
A Java console application simulating a battle arena
arahman80/Nite
Repository for N.I.T.E. (Nimble Interactive Text Editor)
bvslahari007/cli-qrcode-generator
I built a QR Code Generator in Python. It takes a link (like YouTube), lets you choose foreground & background colors, and then generates a QR code that you can preview and save as a .png.
dhiraj-296/CodSoft-Task2
🔢 Number Guessing Game in C++ | CodSoft Internship Task 2 | Console-based beginner project
janavigopu/Library-Management-System-JAVA
📚 A simple Java-based system for managing books, members, and borrowing/returning functionality in a library.
ocryptx/js-rpg
Play RPG Game in your Command Prompt/Power Shell (Console Based)
RandomGamingDev/char-freq-counter
A basic Golang script for counting the number of occurances of specific characters in some text, including unicode. (Every character, even if they're just capitalized or lowercase versions of one another are differentiated between)
Yuvakunaal/Multi-Game-Console
🎮 A Python-based console app featuring Rock, Paper & Scissors, Snakes & Ladders, and Tic-Tac-Toe. 🛠️ Modular design, user-friendly UI, and robust input handling. 📊 Tracks scores, stats, and provides clean ASCII visuals. 🚀 Perfect for showcasing core Python skills and game logic!