-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
75 lines (49 loc) · 1.68 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
━━━━━━━━
PLYPPY
━━━━━━━━
A Plymouth Boot Splash Generator <./plyppy.gif>
1 Actual Example
════════════════
• Source GIF
<./source.gif>
• Generated Boot Splash
<./output.gif>
2 Features
══════════
• ✨ Beautiful CLI interface made with [rich]
• ✂️ Removes backgrounds with [rembg] for cleaner splash screens
• 📷 Supports images, GIFs and videos
• 🎨 Supports color customization
• 💾 Automatically installs the boot splash
• 🔒 Comes with a password prompt
[rich] <https://github.com/Textualize/rich>
[rembg] <https://github.com/danielgatis/rembg>
3 Installation
══════════════
3.1 From Source
───────────────
First, clone the repository and `cd' into the directory
┌────
│ git clone https://github.com/cel7t/plyppy.git
│ cd plyppy
└────
Next, install the package with `pip'
┌────
│ pip install .
└────
3.2 From pip
────────────
You can also install the package from `pip' by running
┌────
│ pip install plyppy
└────
4 Usage
═══════
Before using the program, ensure that you have Plymouth installed and
set up properly. To use the program, simply run `plyppy'.
5 License
═════════
This program is licensed under the GPLv3 license. Refer to the
[LICENSE] file for more details. © 2024 Sarthak Shah
(shahsarthakw@gmail.com)
[LICENSE] <file:LICENSE>