| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2023-04-27 |
|
[aa67c3] added everything in init |
| README.md | 2023-04-27 |
|
[53b57e] prompt remove for trj sus |
| organizilla.exe | 2023-04-27 |
|
[53b57e] prompt remove for trj sus |
| organizilla.ico | 2023-04-27 |
|
[aa67c3] added everything in init |
| organizilla.py | 2023-04-27 |
|
[53b57e] prompt remove for trj sus |
pip install pyinstaller
pyinstaller --onefile --noconsole --name organizilla --icon=organizilla.ico organizilla.py
pip3 install pandas
pip3 install pyinstaller
pyinstaller --onefile organizilla.py
chmod +x organizilla