Skip to content

technetia/1-x-graph-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-=-=-=-=-=-=-=-=-=-=-=-=-=-
=1-X Graph Machine: Readme=
-=-=-=-=-=-=-=-=-=-=-=-=-=-

Author: Nicholas Kim (http://technetia.ca/)
Artwork: Nicholas Kim (credit for background space image to NASA, in the public domain)

To run the program:
- If using the source, run the main file. (1-x_graph_machine.pyw) Python 2.5-2.7 and Pygame are required. (If running from the command line, you will need to type something like "python 1-x_graph_machine.pyw")
- If creating a Windows executable, run as you would anything else.

Command-line parameters:
- Any additional command-line parameters will be combined into one and interpreted as a function, which will then be graphed immediately, bypassing the normal menu functions. (Useful for quick graphing.)

To use the program:
- Refer to the help section in the program for details. If ever in doubt, experimentation is your friend, or contact me (details on my website).

License (MIT License):

Copyright (C) 2012 Nicholas Kim (http://technetia.ca/)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Math function graphing tool written in Python 2.x using the Pygame library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages