Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 789 Bytes

File metadata and controls

42 lines (30 loc) · 789 Bytes

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:
git clone https://github.com/AppSecHQ/maritime.git
cd maritime
  1. Install dependencies:
pip install -r requirements.txt

Usage

Run the application:

python app.py

Requirements

  • Python 3.6 or higher
  • Internet connection (for fetching fun facts)