/mood

Fearghal's Mood Recorder: One of my 1st year MTU Python Projects.

Primary LanguagePythonMIT LicenseMIT

Fearghal's Mood Recorder (FMR)

Version 1.0.1

Overview

Fearghal's Mood Recorder (FMR) is a simple Python application designed to record and log the mood of individuals. It offers supportive messages for various mood states and supports both command line argument input and interactive mode.

Features

  • Mood Recording: Log your current mood with a simple command.
  • Supportive Feedback: Receive encouraging messages based on your mood state.
  • Command Line Support: Easily record your mood using command line arguments.
  • Mood Log: All entries are saved with a timestamp in a mood.log file for historical reference.

Getting Started

Prerequisites

  • Python 3.x

Installation

Clone this repository to your local machine:

git clone <repository-url>

Navigate to the project directory:

cd mood_recorder

Usage

To record your mood, run the mood.py script. You can specify your mood directly via command line arguments or enter it interactively when prompted.

Command Line Argument:

python mood.py --mood 3

Interactive Mode:

Simply run the script without any arguments:

python mood.py

Follow the on-screen prompts to enter your mood.

Documentation

For more details on using and customizing FMR, see mood.html.

Contributing

Contributions to FMR are welcome! Please refer to the contributing guidelines for more information.

License

This project is licensed under the MIT License - see the LICENSE file for details.