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.
- Host: GitHub
- URL: https://github.com/gh0sthck/python-with-love
- Owner: gh0sthck
- License: gpl-3.0
- Created: 2022-09-10T08:47:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T15:34:53.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T02:45:29.020Z (over 1 year ago)
- Topics: love, python, python3, script
- Language: Python
- Homepage:
- Size: 829 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-with-love
[](https://github.com/gh0sth4ckk/python-with-love)
[](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).

# 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.