Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justaCasualCoder authored Jun 2, 2023
1 parent b9f267b commit afbb1c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ On Linux
pyinstaller --collect-all customtkinter -w --onefile --noconsole --add-data "$(pwd)/heimdall:heimdall" SamsungFlashGUI.py
```
## Features
- Support for Dark mode is being made ( can be beta-tested by using the --dark flag)
- Ability to run on Linux and Windows
- Can be built into a Linux executable or Windows EXE
## Known Issues
- It dosent look the greatest in Linux
## Screenshots
<img src="Images/FileSelect.png" width="600px" > <img src="Images/SelectPart.png" width="600px" >
<img src="Images/FileSelectPy.png" width="600px">
Expand Down

0 comments on commit afbb1c2

Please sign in to comment.