You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a **SQL Database program** designed to run in **Termux** on Android devices. The program allows you to interact with SQL databases directly from your phone using Python. It features a simple, interactive command-line interface (CLI) to practice SQL queries, take quizzes, and track your progress.
-**Lightweight and Mobile**: Run SQL databases directly on your mobile device via Termux.
7
-
-**Interactive CLI**: Practice and learn SQL commands interactively.
8
-
-**SQL Quiz Mode**: Test your knowledge with an interactive quiz.
9
-
-**Progress Tracking**: Track your learning progress with visual graphs.
10
-
-**Developer-friendly**: Modify or extend the functionality as needed.
5
+
This is a **SQL Database program** designed to run in **Termux** on Android devices. The program allows you to interact with SQL databases directly from your phone using Python. It features a **simple, interactive command-line interface (CLI)** to practice SQL queries, take quizzes, and track your progress.
6
+
7
+
## **Key Features**
8
+
-**💻 Lightweight and Mobile**: Run SQL databases directly on your mobile device via Termux.
9
+
-**⚡ Interactive CLI**: Practice and learn SQL commands interactively.
10
+
-**📝 SQL Quiz Mode**: Test your knowledge with an interactive quiz.
11
+
-**📊 Progress Tracking**: Track your learning progress with visual graphs.
12
+
-**🔧 Developer-friendly**: Modify or extend the functionality as needed.
11
13
12
14
---
13
15
14
-
## **Requirements**
16
+
## **📋 Requirements**
15
17
16
18
To run this program on your Android device, you'll need to install **Termux**, set up the environment, and install Python along with the necessary dependencies.
17
19
18
20
### **1. Install Termux**
19
21
20
-
-**Install Termux from the Google Play Store or F-Droid**:
21
-
-[Download Termux from Google Play Store](https://play.google.com/store/apps/details?id=com.termux)
22
-
-[Download Termux from F-Droid](https://f-droid.org/packages/com.termux/)
23
-
24
-
Once installed, open Termux to start the setup.
22
+
Install **Termux** from the following sources:
23
+
-[**Google Play Store**](https://play.google.com/store/apps/details?id=com.termux)
0 commit comments