Skip to main content

Tools for FlightGear scenery generation and aircraft development

Project description

fgtools

Tools for creating, managing and editing FlightGear scenery, aircraft, …

Installation

To run these scripts you need Python 3, Python 2 won't work. Recommended version is 3.8 as I only have that installed so couldn't test with any other versions - earlier 3.x versions should work, but no guarantee !

Linux

Download / git clone this repo and put it in a place of your choice, say /home/user/fgtools. With git clone, you would use this command:

/home/user$ git clone https://github.com/TheFGFSEagle/fgtools

Before you run the scripts you have to make sure that this repository on your local disk (here /home/user/fgtools) is inside your PYTHONPATH environment variable, or you must run the scripts from inside /home/user/fgtools. To add the folder to your PYTHONPATH, use this command:

export PYTHONPATH="${PYTHONPATH}:/home/user/fgtools"

Note: this is lost when you close the terminal / console, so you have to run this command every time you open a new console and run the scripts from it. To make the change persistent, add the command to the end of the .profile file in your home folder.

Windows

I don't have Windows so cannot provide any instructions - contributions by Windows users welcome !

Credits

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fgtools-2.1.6.tar.gz (72.0 kB view hashes)

Uploaded Source

Built Distribution

fgtools-2.1.6-py3-none-any.whl (84.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page