Skip to content

Commit

Permalink
Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adwaith-Rajesh committed Jun 21, 2021
1 parent 143aa58 commit a863152
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# Exekute
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/Adwaith-Rajesh/exekute/Testing?label=Testing&style=for-the-badge)
![GitHub](https://img.shields.io/github/license/Adwaith-Rajesh/exekute?style=for-the-badge)

A Tkinter App to start your daily jobs.
A Tkinter app to start all you daily routine apps in one click.


# 🔻Installation

## 👩‍💻From Source.
```commandline
git clone https://github.com/Adwaith-Rajesh/exekute.git
cd exekute
pip install -r requirements.txt
python exekute.py
```

## 🗜 From executable(Windows)
Navigate to the release tab and from the latest release download the installer. And click Next until the app gets installed. 😁

---
## 📚Usage and Use case

The objective of the software is to start/open all the programs necessary to do any task. Currently the program can open/handle 5 apps. And one scripts. The apps should be `.exe` file. and the script should be a `.bat` file. The software is completely intuitive and easy to use.

---
## 🎯 Examples

### The home page.
[![Home page](docs/main.PNG)]()

### The Group Edit page.
[![Editor page](docs/editor.PNG)]()

---

<h3 align="center"> <img align="center" src="https://forthebadge.com/images/badges/made-with-python.svg" href="https://python.org" ></h3>
Binary file added docs/editor.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/main.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a863152

Please sign in to comment.