A romantic Python library dedicated to Bellu - filled with love, poems, and sweet messages
Project description
Bellu Love 💖
A romantic Python library dedicated to my beautiful wife Bellu, filled with love messages, poems, ASCII art, and romantic utilities!
Installation
Install the package using pip: pip install bellu-love
Features
- 💌 Daily Love Messages: Get sweet, random love messages for Bellu
- 💝 Random Compliments: Generate heartfelt compliments
- 📝 Love Poems: Beautiful romantic poems
- 🎨 ASCII Art: Heart art, love banners, and name displays
- 📅 Love Calculator: Calculate days together and love percentage
- ⏰ Love Reminders: Get reminders to show your love
- 📬 Love Notes: Create custom formatted love notes
Quick Start
import bellu_loveDisplay beautiful name artprint(bellu_love.bellu_name_art())Get a daily love messageprint(bellu_love.daily_love_message())Display heart ASCII artprint(bellu_love.heart_art())Get a random complimentprint(bellu_love.random_compliment())Read a love poemprint(bellu_love.love_poem())
Usage Examples
Messages
import bellu_loveGet morning and night messagesprint(bellu_love.good_morning()) print(bellu_love.good_night())Get random love messagesprint(bellu_love.daily_love_message()) print(bellu_love.random_compliment())
ASCII Art
import bellu_loveDisplay different art stylesprint(bellu_love.heart_art()) print(bellu_love.love_banner()) print(bellu_love.bellu_name_art())
Love Calculator
import bellu_loveCalculate days together (replace with your actual date)result = bellu_love.days_together('2020-01-15') print(result['message']) print(f"Total days: {result['total_days']}") print(f"Years: {result['years']}")Calculate love percentageprint(bellu_love.love_percentage("Me", "Bellu"))
Romantic Utilities
import bellu_loveGet a love reminderprint(bellu_love.love_reminder())Create a custom love notenote = bellu_love.create_love_note("You are the most amazing person in the world!") print(note)Create a default love notenote = bellu_love.create_love_note() print(note)
Complete Function Reference
Messages Module
daily_love_message()- Returns a random sweet daily messagerandom_compliment()- Returns a random heartfelt complimentlove_poem()- Returns a romantic poemgood_morning()- Returns a good morning messagegood_night()- Returns a good night message
ASCII Art Module
heart_art()- Returns heart ASCII artlove_banner()- Returns a love bannerbellu_name_art()- Returns BELLU name in large letters
Love Calculator Module
days_together(start_date)- Calculate days together since a date (format: 'YYYY-MM-DD')love_percentage(name1, name2)- Calculate love percentage between two names
Romantic Utils Module
love_reminder()- Returns a random love remindercreate_love_note(custom_message)- Creates a formatted love note with custom or default message
Requirements
- Python 3.8 or higher
- No external dependencies required
License
MIT License - Made with love for Bellu
Author
Created by [Your Love]
Support
If you encounter any issues or have suggestions, please feel free to open an issue on the GitHub repository.
Made with 💞 for Bellu
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bellu_love-1.0.0.tar.gz.
File metadata
- Download URL: bellu_love-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5de1c4829ac0dde018bbaa1a35e1d99fd6b1f9fc3cd6163e52984eba44f81e32
|
|
| MD5 |
4f1ae696bc143262dafd9b31a939863e
|
|
| BLAKE2b-256 |
685ae9796e6a7ad1928defbc3760d5979a5a25c167dbecb2930d447321287e15
|
File details
Details for the file bellu_love-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bellu_love-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae3c0f13576f3e1c7f59e854157ea07e2ce9de29750f47c57e8db1bea36884f1
|
|
| MD5 |
22c456905ac1add78c3cb2c99c83e112
|
|
| BLAKE2b-256 |
8679419dae25aabd915040b7cfddec2bbfbb227c009335ff188d2192dc285409
|