https://github.com/tmhsdigital/language-library
Just like learning your A-B-C's
https://github.com/tmhsdigital/language-library
Last synced: 11 months ago
JSON representation
Just like learning your A-B-C's
- Host: GitHub
- URL: https://github.com/tmhsdigital/language-library
- Owner: TMHSDigital
- Created: 2024-06-02T08:47:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-08T09:34:25.000Z (over 1 year ago)
- Last Synced: 2025-01-06T07:28:57.858Z (about 1 year ago)
- Language: Python
- Homepage: https://tmhsdigital.github.io/Language-Library/
- Size: 732 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Language-Library

## Project Overview
Language-Library is a collection of simple projects in various programming languages. Each project demonstrates basic functionalities and serves as a learning resource for developers of all skill levels.
## Projects Included
- **Python**
- Flask-based Configuration Management System
- **JSON**
- Configuration Management System with Validation and Backup
- **YAML**
- Application Settings Manager
- **Bash**
- Scripts for various automation tasks
- **C#**
- Basic application showcasing language features
- **C++**
- Simple projects demonstrating fundamental concepts
- **C**
- Basic C programs
- **CSS**
- Styling examples and utilities
- **Go**
- Basic projects and utilities in Go
- **HTML**
- Web pages and templates
- **Java**
- Basic applications and utilities
- **JavaScript**
- Scripts and web applications
- **Markdown**
- Documentation and examples
- **PHP**
- Simple web applications
- **PowerShell**
- Automation scripts
- **YAML**
- Configuration files and examples
## Table of Contents
- [Setup and Usage](#setup-and-usage)
- [Python](#python)
- [JSON](#json)
- [YAML](#yaml)
- [Project Structure](#project-structure)
- [Project Stats](#project-stats)
- [License](#license)
- [Acknowledgements](#acknowledgements)
## Setup and Usage
### Python
1. **Flask-based Configuration Management System**
Navigate to the `Python` directory and run the Flask application:
```bash
cd Python
python app.py
```
2. **JSON Configuration Management**
Navigate to the `JSON` directory and run the management script:
```bash
cd JSON
python manage_config.py
```
3. **YAML Application Settings Manager**
Navigate to the `YAML` directory and run the management script:
```bash
cd YAML
python manage_settings.py
```
## Project Structure
```
Language-Library/
├── .github/workflows/
├── Bash/
├── C/
├── C#/
├── C++/
├── CSS/
├── Go/
├── HTML/
├── JSON/
├── Java/
├── JavaScript/
├── Markdown/
├── PHP/
├── PowerShell/
├── Python/
├── YAML/
├── README.md
└── index.html
```
## Project Stats







## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgements
- [Flask](https://flask.palletsprojects.com/)
- [JSON](https://www.json.org/)
- [YAML](https://yaml.org/)
```