Skip to content

Commit f8297f3

Browse files
Update README.md
1 parent 451c5ed commit f8297f3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Nova-Stat
2+
3+
Nova-Stat is a project I randomly decided to create today.
4+
5+
Nova-Stat is a program designed to display statistic information about a player of the Roblox game \[:\] Glacier Rebirth.
6+
7+
## Features
8+
9+
- Per-Department Ranks
10+
- Clearance Level
11+
12+
I may add more features in future.
13+
14+
## Extra Information
15+
16+
Nova-Stat is compiled into an executable from the Python sourcecode using [Nuitka](https://nuitka.net/), a tool which transpiles the Python source code into C, and then compiles the C into the end result, a `.exe` file.
17+
This method of compilation keeps the Nova-Stat quite lightweight, and doesn't require that the entire program be unpacked, along with its dependencies, into your temp folder.
18+
19+
Currently, binaries are only provided for Windows, this is unlikely to change in the future due to me not knowing how to compile the Python code into a Linux executable, but potentially could change.
20+
Mac executables will never be provided.

0 commit comments

Comments
 (0)