The Gossip Box is a simple GUI application built using Python's Tkinter library. It allows users to confess and store gossips anonymously or with a signature/nickname. Users can also view stored gossips, clear the text area, select their mood, and view mood emojis.
- Confession: Users can confess gossips anonymously or with a chosen identity (anonymous, signed, or nickname).
- Clear Text: Clear the text area where confessions are typed.
- Mood Selection: Select from a list of moods and view associated emojis.
- Display Gossips: View all stored gossips in a messagebox.
- Confession Progress: Displays a progress bar upon successful confession.
- Python 3.11.9 or newer
- Tkinter library
randommodule (standard library)
- Clone the repository:
git clone https://github.com/yourusername/gossip-box.git cd gossip-box - Install dependencies: pip install -r requirements.txt
- Confess: Type your confession in the text area and click "Confess".
- Clear Text: Click "Clear Text" to clear the text area.
- Select Mood: Choose your mood from the dropdown and click "Show Mood" to see the mood emoji.
- Display Gossips: Click "Display Gossips" to view all stored gossips in a messagebox.