Giter Club home page Giter Club logo

cesuscpersonalanalizer's Introduction

Cesusc Logo

Cesusc Personal Analizer

Your personal performance analizer
Report bug Β· Request feature

Table of contents

Requirements

  • Google Chrome
  • Python >= 3.10

If you don't have the Google Chrome installed it will freeze the application.

Quickstart-for-linux

Setup on Linux🐧(Tested on Ubuntu 22.04.03 LTS)

  • Download the project from the GitHUB

  • Extract the file

  • Open the dir on your terminal (Bash,ZSH or others)

  • Create a Python .env on the root of the project

    python3 -m venv .env OR python3.10 -m venv .env

  • Enter on you Python .env

    source "your_env"/bin/activate OR . "your_env"/bin/activate

  • Install the modules and libs

    pip install -r requirements.txt OR pip3 install -r requirements.txt

  • Run the application

    python3 src/app.py OR python3.10 src/app.py

  • If it won't work right away you will need some extra system libs for it to work fine so...

  • This is the error you will probably get:

    t.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

  • Fix it with:

    sudo apt-get install libxcb-xinerama0 libxcb-xinerama0-dev libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxcb-cursor0

  • Now your application may be working πŸ˜ƒ

Quickstart-for-windows

Work in progress

Status

It's already finished (I think), but can have some bugs. Feel free notify me if you see any.

What's included

Project structure. If you wan't to know more about each module check-out his inside documentation.

master/
β”œβ”€β”€ assets/
β”‚       β”œβ”€β”€Images/
β”‚       β”‚        └── (all kinds of images)
β”‚       └── UI/
 |                └── (Project interfaces from qtdzn)
β”œβ”€β”€ out/
 |        └── (Your reports)
└── src/
    β”œβ”€β”€ database/
    β”‚   β”œβ”€β”€ connection/
    β”‚   β”‚       └── StudantController.py
    β”‚   β”œβ”€β”€ studants.db
    β”‚   └── studantModel.py
    β”œβ”€β”€ scraping/
    β”‚  β”œβ”€β”€ browserInstance/
    β”‚  β”‚       β”œβ”€β”€ bin/
    β”‚  β”‚       β”‚       └── (YourChromeDriver)
    β”‚  β”‚       └── makeChromeInstance.py
    β”‚  β”œβ”€β”€ dataMining.py
    β”‚  β”œβ”€β”€ scrapper.py
    β”‚  β”œβ”€β”€utils.py
    β”‚  └──xlsxWriter.py
    β”œβ”€ screens/
    β”‚     β”œβ”€β”€controllers/
    β”‚     β”‚      β”œβ”€β”€ registerUserController.py
    β”‚     β”‚      β”œβ”€β”€ selectUserController.py
    β”‚     β”‚      └── workers.py
    β”‚     β”œβ”€β”€registerScreen.py
    β”‚     β”œβ”€β”€resourcePath.py
    β”‚     └──selectUserScreen.py
    └── app.py

Creator

Gustavo Leandro Gorges

Thanks

I want to thank you for your attention =)

Copyright and license

Code and documentation copyright 2011-2018 the authors.

Enjoy

cesuscpersonalanalizer's People

Contributors

benogustavo avatar

Watchers

 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.