An open API service indexing awesome lists of open source software.

https://github.com/gh0sthck/python-with-love

Simple python script which can give love to your loved ones.
https://github.com/gh0sthck/python-with-love

love python python3 script

Last synced: 6 months ago
JSON representation

Simple python script which can give love to your loved ones.

Awesome Lists containing this project

README

          

# python-with-love
[![versions](https://img.shields.io/badge/python-3.10-blue)](https://github.com/gh0sth4ckk/python-with-love)
[![license](https://img.shields.io/github/license/gh0sth4ckk/aiogram-fakeperson-bot)](https://github.com/gh0sth4ckk/python-with-love/blob/main/LICENSE)

Give love with python! You can wish love to your girl, parents or your best friend. This short script can surprise
your loved ones (especially if they not know what this).

image not loading

# Installation
Requires Python 3.10+ and terminal, which have support unicode chars (ex. Windows terminal)
1. Git clone project:
```shell
git clone https://github.com/gh0sthck/python-with-love.git
```
2. Create and activate python environment.
3. Install requirements for project:
```shell
pip install -r requirements.txt
```
4. Start `give_love.py` file.

# Help
For start app, start `give_love.py` file. This file support next flags:
- `-h` or `--help` - print help message in console,
- `-u1 ` - set first username; default value: `user1`,
- `-u2 ` - set second username; default value: `user2`,
- `-t ""` or `--text ""` - set a custom message to wish love; default value: `oh loves you,`,
- `-c ` or `--color ` - set color to message; default value: `w` (white),
Example:
```shell
python give_love.py -u1 Me -u2 "My girlfriend" -t "loves" -c g
```
# Support colors
To change message color you need to use `-c` or `--color` flag and use character alias one of eight the following colors:
- `r` - Red,
- `g` - Green,
- `b` - Blue,
- `y` - Yellow,
- `p` - Purple,
- `g` - Green,
- `bl` - Black,
- `w` - White.