https://github.com/aliasgarsogiawala/console-applications
Console based codes of various languages for practice
https://github.com/aliasgarsogiawala/console-applications
c console-application cpp csharp explore fyp go java javascript open-source python python3
Last synced: 2 months ago
JSON representation
Console based codes of various languages for practice
- Host: GitHub
- URL: https://github.com/aliasgarsogiawala/console-applications
- Owner: aliasgarsogiawala
- Created: 2025-03-29T13:01:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T06:06:19.000Z (6 months ago)
- Last Synced: 2025-04-11T08:29:25.100Z (6 months ago)
- Topics: c, console-application, cpp, csharp, explore, fyp, go, java, javascript, open-source, python, python3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🖥️ Console Applications
A collection of simple **console-based programs** written in various programming languages — perfect for practicing and improving your coding skills!
---
## 🚀 About This Repository
This project is meant to help you:
- Practice programming logic using different languages
- Learn basic to intermediate syntax through real examples
- Contribute and collaborate with others in the open-source community---
## 📁 Folder Structure
```plaintext
console-applications/
├── java/
│ └── YourJavaProgram.java
├── python/
│ └── your_python_script.py
├── .gitignore
├── README.md
└── CONTRIBUTING.md
Each folder contains programs written in that specific language. If you're adding a new language, feel free to create a folder for it.
```## 🧠 What's Inside?
Some examples of what you might find or add:
- 🎯 Guess the Number game
- 🧮 Basic calculators
- 🔄 Converters (temperature, currency, etc.)
- 🎲 Dice simulator
- 📋 Quiz apps
- 📊 Data structures and algorithm implementations---
## 🙌 Contributing
We welcome contributions from everyone!
📄 Check out the [CONTRIBUTING.md](./CONTRIBUTING.md) guide to learn how to contribute effectively.
---
## 💻 Languages Used
- Python 🐍
- Java ☕
- _(Add more as they come!)_---
## ⭐ How to Support
If you find this repo helpful:
- Star ⭐ the project
- Share it with your friends
- Contribute a simple script!