Giter Site home page Giter Site logo

pcpartlist's Introduction

PCPartList

GNU Public Licence v3, 2022, Ruby-Dragon

This project was made for fun and practice of Java.

You make a list of parts in a PC build.

A build has price, power usage, and parts. You add parts with their name, price, powerdraw(0 for some), and optionally, a link to purchase website.

This is written in Java because I like to suffer apparently.

Usage:

To make a new list, use the "new" command, followed by the name of the list.
Names MUST not have spaces or violate Windows naming rules. Anything after a space will be unused.

To add a part, use the "add" command followed by part name, price, power consumption, and optionally, a retail link.

To remove a part, use the "rm" command, followed by part name.

To edit a part, use the "edit" command, followed by old name, new name, new price, new power consumption, and an optional new retail link.
All edited parts will no longer be marked purchased.

To purchase a part, use the "purchase" command, followed by part name. The part will now be marked purchase.
THIS WILL NOT BUY THE PART!!!

To delete the list, use the "del" command, followed by list name. THE LIST WILL BE GONE PERMANENTLY, AND IT WILL NOT ASK FOR CONFIRMATION!

To open an existing list, use the "open" command, followed by list name. Once opened, the add, rm, edit, and purchase commands will be availble.

JAVA 11, AT LEAST, REQUIRED

Complie.sh is only verified to work on Linux - Windows = maybe, OSX = maybe

Installation - for Linux and possibly OSX:

1. Download source files
2. Run Compile.sh
3. Move PCPartList.jar and Lists to wherever you want.
4. run with java -jar PCPartList.jar

Licence:

This software uses the GPL licence. Read the terms before using the source code.

ALL DERIVATIVE WORKS MUST BE GPL v3 LICENCED AS WELL, AND MUST KEEP ALL COPYRIGHT NOTICES IN CODE. See the LICENCE for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.