Skip to content

Commit e2b0db3

Browse files
authored
Update README.md
1 parent a10d2f7 commit e2b0db3

File tree

1 file changed

+34
-10
lines changed

1 file changed

+34
-10
lines changed

README.md

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
1-
These python projects are ideated by me but created by AI.
2-
3-
**TERMUX / LINUX**
4-
THIS IS A BASIC ENCODING-DECODING PROGRAM soon it would be made to customized way
5-
use command:
6-
git clone https://github.com/Dev-0618/PYTHON-PROJECTS
7-
cd IASF-PROJECT
8-
python3 en-de.py
9-
python3 youtube.py
10-
python3 linux-basics.py
1+
# BLE-Spammer
2+
3+
## Python Projects: Ideated by Me, Created by AI
4+
5+
This repository contains basic Python projects that demonstrate encoding-decoding, YouTube video management, and Linux basics. These projects were ideated by me and brought to life with the help of AI.
6+
7+
### Installation and Usage (TERMUX / LINUX)
8+
9+
1. **Clone the Repository:**
10+
```bash
11+
git clone https://github.com/Dev-0618/PYTHON-PROJECTS
12+
```
13+
14+
2. **Navigate to the Project Directory:**
15+
```bash
16+
cd IASF-PROJECT
17+
```
18+
19+
3. **Run the Encoding-Decoding Program:**
20+
```bash
21+
python3 en-de.py
22+
```
23+
24+
4. **Run the YouTube Management Program:**
25+
```bash
26+
python3 youtube.py
27+
```
28+
29+
5. **Run the Linux Basics Program:**
30+
```bash
31+
python3 linux-basics.py
32+
```
33+
34+
*Stay tuned for updates as these projects will soon be customized further!*

0 commit comments

Comments
 (0)