Version 1.0.1
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.
- 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.
- Python 3.x
Clone this repository to your local machine:
git clone <repository-url>
Navigate to the project directory:
cd mood_recorder
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.
For more details on using and customizing FMR, see mood.html
.
Contributions to FMR are welcome! Please refer to the contributing guidelines for more information.
This project is licensed under the MIT License - see the LICENSE file for details.