Freeze-blz / toolbox

Windows tools for C64
The Unlicense
1 stars 0 forks source link

Adapt project structure #2

Closed ladokp closed 1 year ago

ladokp commented 1 year ago

To run "d64NiceGui" run the following commands: cd <Path to local toolbox repository> .\venv\Scripts\Activate.ps1 python .\toolbox\d64NiceGui\

Because the app is located in a file named "main" it can be started with reference to its package instead of the filepath itself.

For implementation of new tools create a new package inside of the "toolbox" folder next to the "d64NiceGui" package.