Difference between revisions of "Python Easy DataBase Project"
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
= Introduction/Status= | = Introduction/Status= | ||
− | '''Purpose:''' This is a Graphical User Interface Application | + | '''Purpose:''' This is a Graphical User Interface Application to easily create databases using simple text files to control input, output, and record maintance. The application uses an sqllite database. It should work on Windows, Mac, Linux, and the Raspberry Pi. It does require at least Python 3.6 as it uses f-strings ( print( f"evaluate this{1+1}" ) |
− | '''Program Status:''' ( Program now | + | '''Program Status:''' ( Program now Ver9 ) Very Alpha, many parts work. Not ready to post the code. Intended for those with some Python experience who can add the files to their |
Python development environment ( no install features for this code ). Some dependencies will need to be installed, probably prompted by error messages. | Python development environment ( no install features for this code ). Some dependencies will need to be installed, probably prompted by error messages. | ||
Editing of the parameter file should be easier for those with Python experience. Users should find some useful documentation in the code, this is still | Editing of the parameter file should be easier for those with Python experience. Users should find some useful documentation in the code, this is still | ||
Line 11: | Line 11: | ||
'''This Page Status:''' This page is the "master" page for the project, all other pages link back here, either directly or indirectly. Pages are drafts, but worth reading if you are trying to use the program. | '''This Page Status:''' This page is the "master" page for the project, all other pages link back here, either directly or indirectly. Pages are drafts, but worth reading if you are trying to use the program. | ||
− | '''Help File:''' Including install and configuration. [[ | + | '''Help File:''' Including install and configuration. '''[[Easy DB Help File]]'''. Screen shots and more at: '''[[Easy DB GUI Images]]'''. |
− | '''More Documentation:''' See links below, and code ( '''[https://github.com/russ-hensel/smart_plug russ-hensel/Smart Plug Repository]''' ) | + | '''More Documentation:''' Not ready yet, this is false as of now See links below, and code ( '''[https://github.com/russ-hensel/smart_plug russ-hensel/Smart Plug Repository]''' ) |
= Graphical User Interface = | = Graphical User Interface = | ||
Line 24: | Line 24: | ||
= Python Code = | = Python Code = | ||
− | Available at: | + | Available at: Not yet, this links to a different project |
*'''[https://github.com/russ-hensel/smart_plug/tree/master russ-hensel/smart_plug: Program Source ]''' | *'''[https://github.com/russ-hensel/smart_plug/tree/master russ-hensel/smart_plug: Program Source ]''' | ||
Line 33: | Line 33: | ||
= Program Design = | = Program Design = | ||
− | See: [[ | + | See: [[Easy DB Technical]] |
= Links = | = Links = | ||
== In this Wiki == | == In this Wiki == | ||
− | *[[ | + | *[[Easy DB Help File]] |
− | *[[ | + | *[[Easy DBTechnical]] |
− | *[[ | + | *[[Easy DBGUI Images]] |
− | *Click on Python | + | *Click on Python Easy DB Category below |
== The Internet == | == The Internet == | ||
− | + | None yet, ever? | |
− | + | [[Category:Python Projects]] [[Category:Python Easy DB]] [[category:Python]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | [[Category:Python Projects]] [[Category:Python |
Latest revision as of 12:29, 1 December 2019
This is an article started by Russ Hensel, see "http://www.opencircuits.com/index.php?title=Russ_hensel#About My Articles" About My Articles for a bit of info. Still polishing up this page.
Contents
Introduction/Status
Purpose: This is a Graphical User Interface Application to easily create databases using simple text files to control input, output, and record maintance. The application uses an sqllite database. It should work on Windows, Mac, Linux, and the Raspberry Pi. It does require at least Python 3.6 as it uses f-strings ( print( f"evaluate this{1+1}" )
Program Status: ( Program now Ver9 ) Very Alpha, many parts work. Not ready to post the code. Intended for those with some Python experience who can add the files to their Python development environment ( no install features for this code ). Some dependencies will need to be installed, probably prompted by error messages. Editing of the parameter file should be easier for those with Python experience. Users should find some useful documentation in the code, this is still a work in progress. Much code has been lifted from other projects of mine, some artifacts remain.
This Page Status: This page is the "master" page for the project, all other pages link back here, either directly or indirectly. Pages are drafts, but worth reading if you are trying to use the program.
Help File: Including install and configuration. Easy DB Help File. Screen shots and more at: Easy DB GUI Images.
More Documentation: Not ready yet, this is false as of now See links below, and code ( russ-hensel/Smart Plug Repository )
Graphical User Interface
Like to see what the interface, the gui, looks like see: *Easy DB GUI Images
Help "file" for the Program
Not a file but a page on this Wiki, this includes information on Download and Install, see: SmartPlug Help File Note that the wiki pages as pdf files may be found in .\wiki_etc, but these sometimes lag the online versions.
Python Code
Available at: Not yet, this links to a different project
- Directory Structure
- .\ all executable python code
- .\wiki_etc supplementary documentation, in particular this wiki's pages as pdf's.
Program Design
See: Easy DB Technical
Links
In this Wiki
- Easy DB Help File
- Easy DBTechnical
- Easy DBGUI Images
- Click on Python Easy DB Category below
The Internet
None yet, ever?