Metadata-Version: 2.2
Name: flightdeck
Version: 10.0.7
Summary: A multi-tool CLI for the masses, with a file encrypter.
Home-page: https://github.com/advaitconty/flightdeck
Author: Advait Contractor
Author-email: advait@advaitconty.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: pyAesCrypt
Requires-Dist: pillow
Requires-Dist: colorama
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ✈ FlightDeck
Introduicing the all-in-one utility for your terminal, **FlightDeck**!
Designed for the folks who love doing everything from the terminal, from a guy who loves everything from the terminal

Also I know that my API Key for weather is public, but I don't really care since I have so many calls on the free tier- (5M since it gives a free trial right now)

> ### ⚠ Warning
> _For Windows users:_ Your antivirus may flag this app as a hazard due to the secure vault functionaility. However, your data cannot be modified remotely as this app will require no internet under then for weather. Please just ignore that warning. You will not loose any data from `flightdeck secure-vault` as long as you remember your password

## Download FlightDeck
FlightDeck can be downloaded using `pip` on all major OSes
```
pip install flightdeck
```
However, `nano` is recommended but not compulsary on macOS/Linux. Please make sure your version of Python also has `curses` installed.

## Features

### FlightDeck Open
Let's you open PNG and JPEG images, along with markdown files

![image](https://hc-cdn.hel1.your-objectstorage.com/s/v3/5b34c7c45e7e996d3f0d15379089c38cdced7c30_image.png)

![password](https://hc-cdn.hel1.your-objectstorage.com/s/v3/60ac7eb8ae61807378384232a40c1aae6df5c307_image.png)

### FlightDeck Solstice
A literal pomodoro timer, running in your CLI, inspired by my other app [Solstice](https://github.com/advaitconty/solstice)

![Solstice](https://hc-cdn.hel1.your-objectstorage.com/s/v3/e00c86889ebb32b96df86e575a0bb95abc2eb3dd_image.png)

Can be a bit laggy because of Curses, but I really can't do much on that front

### FlightDeck Secure Vault
Check out how the secure-vault works at https://youtu.be/W1uRLEnGKl8

### FlightDeck Password
A password generator
![password](https://hc-cdn.hel1.your-objectstorage.com/s/v3/529ed0b30d511bc88d0338423f1746f88274edbd_image.png)

---

## Building FlightDeck
To build FlightDeck, just build it using setup tools
