Giter VIP home page Giter VIP logo

efit's Introduction

drawing

EFit

Python 3.6 Build Build

EFit is a sport management software in spanish for a school project.

Resources

EFit uses the following modules:

Make sure to have them installed on your computer.

Execution

login.py is supposed to be executed first. Then it calls a subprocess for main.py once you have logged in or registered.

drawing drawing

EFit's "Login" and "Main" windows being executed on Linux OS in spanish

## OPENS MAIN WINDOW
############################################################
# subprocess module allows secondary tasks
subprocess.Popen(['python', (client_path / '../main.py').resolve()]) # Opens main window
sys.exit('login.py') # Closes

Once executing main.py, you can call a subprocess for train.py which will allow you to display a new window while main.py stays active.

drawing

EFit's "New Training" window being executed on Linux OS in spanish

subprocess.Popen(['python', (client_path / '../train.py').resolve()])  # Opens train window

To execute the script type the following command in your terminal:

login.py

or

python login.py

In case you have an especific version of python, type:

python3 login.py         or         python2 login.py         --- (Depending on your version)

REMINDER: EFit isn't under development and won't be finished.

efit's People

Contributors

ertondev avatar marcben05 avatar

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.