# PlasticTax Calculate the cost of 3D Printing something based on weight, filament cost, estimated print time, and electricity rate! # How to use Download the source code of the project, go to the directory where it has been downloaded, and you can see the `src` folder `python3 -m venv venv` `source venv/bin/activate` `pip install -r requirements.txt` Then, run the main.py file and enjoy! ## Where is my settings file?! On macOS, `~Library/Application Support/PlasticTax` On Windows, `%LOCALAPPDATA%\PlasticTax` ## Help, the font isn't working! Download the Poppins font from Google Fonts, and unzip the file. From here, the steps differ for Mac, Windows, and Linux. On Mac, open Font Book and drag all of the `.ttf` files into it. Now restart the app, and it should work. On Windows, go to Settings > Personalization > Fonts. Drag and drop the `.ttf` into the "Add fonts" area. Then, just restart the app, and it should work. On Linux, copy all of the `.ttf` files to the directory `/usr/share/fonts`. Then, just restart the app and it should work. # Demonstration https://www.youtube.com/watch?v=diwTnlN0Up8 ^ Watch the above video for the demonstration on how to use the app!