https://github.com/appsechq/maritime
A demo application.
https://github.com/appsechq/maritime
developer-tools development
Last synced: 17 days ago
JSON representation
A demo application.
- Host: GitHub
- URL: https://github.com/appsechq/maritime
- Owner: AppSecHQ
- Created: 2025-10-24T11:39:32.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-10-25T17:36:04.000Z (8 months ago)
- Last Synced: 2025-10-25T19:13:58.353Z (8 months ago)
- Topics: developer-tools, development
- 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
# Maritime Application
A simple Python hello world application for demonstration purposes.
## Features
- Colorful terminal output
- Fetches random fun facts from an API
- Displays current timestamp
- Demonstrates usage of external dependencies
## Dependencies
This application uses the following Python packages:
- `requests` - For making HTTP requests
- `colorama` - For colored terminal output
- `python-dateutil` - For enhanced date/time handling
## Installation
1. Clone the repository:
```bash
git clone https://github.com/AppSecHQ/maritime.git
cd maritime
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
## Usage
Run the application:
```bash
python app.py
```
## Requirements
- Python 3.6 or higher
- Internet connection (for fetching fun facts)