Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystevens committed Apr 4, 2023
1 parent 9862b44 commit 2a15da0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# msfs-auto-lights
~~# msfs-auto-lights
Current Version - version 1.0 - Beta
<hr>
(this project is a work in progress)

## About msfs-auto-lights

this program will control the airplane lights for you as if the co-pilot is controling the lights so you can focus on flying the plane

## Features
- Landing Lights on/off above/below 10K
- Exterior lights on/off based on time of day
- Interior lights on/off based on time of day
- More features coming soon

### *** Notice ****
#### this program is not designed to manually control the lights
you won't be able to turn the lights on/off with this application, and it may interfere with controlling the lights in the game
so you will have to disable it if you want to control the lights manually.


# screenshot
Beta version 0.1
<img src="https://i.ibb.co/5RW3VWD/sim-screenshot.png" alt="sim-screenshot" border="0">
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def create_checkbox_grid(root):
copyright_label = ttk.Label(root, text="Copyright 2023 - Jeremy Stevens", font=("Arial", 8))
copyright_label.grid(row=row + 2, column=1, pady=(0, 5), sticky="w")

# main entry point
# main entry point
def main():
global root
root = tk.Tk()
Expand Down

0 comments on commit 2a15da0

Please sign in to comment.