Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neek8044 committed Apr 9, 2023
1 parent 3ce96ec commit d9a9394
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 Nick Roussis
Copyright 2023 Nick Roussis (Neek8044)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

NuitkaBuilder is a python script used in the terminal that runs the appropriate nuitka command needed to compile a script as a standalone program. (similar to the auto-py-to-exe project). It passes the arguments given to nuitka and then compiles the file main.py. Made for Linux and Unix-based systems, but can be used on Windows as well.

![screenshot](https://github.com/neek8044/NuitkaBuilder/blob/master/screenshot.png?raw=true)
*(in the screenshot main.py was nuitkabuilder so it compiled itself)*

#### Why not just use Nuitka?
- Better Terminal UI
- More readable
Expand All @@ -17,9 +20,6 @@ NuitkaBuilder is a python script used in the terminal that runs the appropriate
- Nuitka command: `python3 -m nuitka --standalone --follow-imports --output-dir="./output/" --onefile --file-reference-choice=runtime main.py`
- NuitkaBuilder: `python3 nuitkabuilder.py -o -r`

![screenshot](https://github.com/neek8044/NuitkaBuilder/blob/master/screenshot.png?raw=true)
*(in the screenshot main.py was nuitkabuilder so it compiled itself)*

The project is Work-In-Progress and more compilation options will be added.

### Dependencies
Expand Down
6 changes: 4 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Nick Roussis
# https://github.com/neek8044
# NuitkaBuilder
# Author: Nick Roussis
# Github: https://github.com/neek8044/NuitkaBuilder
# License: Apache 2.0

import subprocess
import time
Expand Down
Binary file modified screenshot.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 d9a9394

Please sign in to comment.