Go to file
Kaushal Kumar Agarwal d60849a5b0
added usage
2018-08-28 09:30:37 +05:30
apps Added README and removed unwanted files 2018-08-26 18:58:36 +05:30
Icon changed icons to 50*50 2018-08-24 12:55:02 +05:30
AppData.json Update 2018-08-26 19:29:01 +05:30
FLO_appStore Update 2018-08-26 19:29:01 +05:30
main.py Update 2018-08-26 19:29:01 +05:30
README.md added usage 2018-08-28 09:30:37 +05:30

FLO-AppStore

This is a Tkinter(Python 3) based gui app,which lets users to download/install,update,remove,execute and manage other FLO Dapps.

Requirements

  1. Linux operating system(working on a cross platform version).

Usage

  1. Clone/download this repository. (https://github.com/sairajzero/FLO-appStore/)
  2. Run the binary file (FLO_appStore) ./FLO_appStore
  3. For installing an dapp,user needs to click on respective app.A popup window will open which ask user to download the dapp if not previously installed.Once installed the same popup window will have extra buttons to open/remove dapp.
  4. Updates for dapps are checked everytime when user is connected to Internet.Click on dapp which user want to update,if any updates are available,update button will automatically be displayed in the popup window.
  5. User can also seach for any dapp in flostore using Search bar feature.
  6. For navigating to other pages in flostore,use Next/Prev Buttons.

Other Infos

  1. Source code of the AppStore is main.py
  2. Apps are downloaded in the apps directory
  3. Icons for the apps are stored in icon directory

Do not remove the directories and/or files mannually