Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manav-harsana committed Sep 27, 2023
2 parents 913dc80 + ddce21e commit f2365a2
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,32 @@
# Smpkg, Duel Platform Package Manager
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/IMG_20230920_123407.png?raw=true)
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/banner.png?raw=true)

## What Is Smpkg?
smpkg is a script entirely written in python which provides a GNU/Linux Package manager like functionality to Android and Windows. Current builds are in very early stages and only support Windows packages with no repository yet.

## Why Smpkg?
Smpkg directly fetches downloads for the desired app present in the repository eliminating searching for apps on the web.

### Todo (WIP)
## Installation
The package is portable but a few dependencies are required:
- python 3.10+
- pip
- shutil
- requests
- subprocess
- termcolor
- tqdm

In Terminal Run:
```
pip install shutil requests tqdm termcolor
git clone https://github.com/manav-harsana/smpkg.git
# or download zip file manually
cd smpkg
python .\smpkg.py
```

## Todo (WIP)

| Features | Progress|
|-------------|------------|
Expand All @@ -17,7 +36,7 @@ Smpkg directly fetches downloads for the desired app present in the repository e
| Separate FOSS and "Non-Free" repositories | ××××5••••• midway|
|Logo |×××××××××10 complete|

### Build Status
## Build Status
|Smpkg Version| 0.3|
|-------------------|-----|
|Package Branch|Beta|
Expand All @@ -26,8 +45,13 @@ Smpkg directly fetches downloads for the desired app present in the repository e
|Requirements| Python 3/3+|
|Python Dependencies| requests, shutil, os, sys, termcolor, subprocess|

### Screenshots
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/IMG_20230920_115429.png?raw=true)
## Screenshots
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/icon.png?raw=true)
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/screenshot1.png?raw=true)
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/screenshot2.png?raw=true)
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/screenshot3.png?raw=true)
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/screenshot4.png?raw=true)
![Image was supposed to be here](https://github.com/manav-harsana/smpkg/blob/main/config/images/screenshot5.png?raw=true)

### Further Details
- License: GNU GPL 3.0+
Expand Down

0 comments on commit f2365a2

Please sign in to comment.