-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
WukongRework.exe BROKE edited this page Jul 19, 2023
·
1 revision
- Clone the git repository
git clone https://github.com/kharanpv/Cartogram_Maker.git
- Install cart from the cart directory
- Add the cart and interp executables to the path
- Install all dependencies
poetry install
- Run the application
poetry run main-app
All code submitted should be formatted with the Python Black code formatter using default settings and follow the PEP8 Style Guide. All custom customtkinter components should each be their own class and own file. Each file should have the same name as the component class it contains to ensure easy discoverability of components for other developers.
When creating a pull request, give a descriptive title for the PR and if fixing an issue, mention the issue that the PR fixes. If changes to the UI are made, provide before and after pictures of the UI changes to give reviewers a good understanding of the change in UI/UX.
Cartogram Maker©