All Projects → shashi278 → AC_Management

shashi278 / AC_Management

Licence: MIT license
A desktop application made with Python/Kivy for managing account related data of college students'

Programming Languages

python
139335 projects - #7 most used programming language
Inno Setup
370 projects

Projects that are alternatives of or similar to AC Management

KV4Jetbrains
Syntax highlighting and auto-completion for Kivy/KivyMD .kv files in PyCharm/Intellij IDEA
Stars: ✭ 93 (+304.35%)
Mutual labels:  kivy, kivymd
killer
Windows Task Manager with special features, written in Python.
Stars: ✭ 49 (+113.04%)
Mutual labels:  kivy, kivymd
Decentra-Network
This is an open source decentralized application network. In this network, you can develop and publish decentralized applications.
Stars: ✭ 58 (+152.17%)
Mutual labels:  kivy, kivymd
KivyMLApp
The repository host the API for the ML model via FastAPI, Flask and contains android app development files using KivyMD.
Stars: ✭ 54 (+134.78%)
Mutual labels:  kivy, kivymd
copylot
Your copilot to studies and work (Pomodoro-timer, Translate and Notes app)
Stars: ✭ 17 (-26.09%)
Mutual labels:  kivy, kivymd
asynckivy
async library for Kivy
Stars: ✭ 56 (+143.48%)
Mutual labels:  kivy
SheetSelection
An Android library for display list and be able to select the item as BottomSheet.
Stars: ✭ 85 (+269.57%)
Mutual labels:  hacktoberfest2022
Dseized-Bot
This repository contains all of the code required NOTE you may need to download other dependencies which will be mentioned below. This bot has many features such as playing songs in multiple servers and making a queue for songs.
Stars: ✭ 20 (-13.04%)
Mutual labels:  hacktoberfest2022
SQLiteReverse
腾讯课堂《SQLite数据库逆向分析》
Stars: ✭ 118 (+413.04%)
Mutual labels:  sqlite3
Hacktoberfest2021
Make your first Pull Request on Hacktoberfest 2022. Don't forget to spread love and if you like give us a ⭐️
Stars: ✭ 1,320 (+5639.13%)
Mutual labels:  hacktoberfest2022
cauldron
cauldron.dequelabs.com/
Stars: ✭ 50 (+117.39%)
Mutual labels:  hacktoberfest2022
galgotias icloud feedback bot
No description or website provided.
Stars: ✭ 21 (-8.7%)
Mutual labels:  hacktoberfest2022
Linkify
A site that lets you include all your links in a single-page website with easy customizations. It gives you your own URL to share with anyone you want on the internet.
Stars: ✭ 29 (+26.09%)
Mutual labels:  hacktoberfest2022
15-minute-apps
15 minute (small) desktop apps built with PyQt
Stars: ✭ 3,469 (+14982.61%)
Mutual labels:  desktop-application
Azkar-App
Desktop Application 💻 for Calculating Muslim prayer times 🕌 , Morning and Nights Azkar 🤲 with notification for random Azkar that pops-up in specific time.
Stars: ✭ 64 (+178.26%)
Mutual labels:  desktop-application
SiebenApp
Experimental dependency-aware goal manager
Stars: ✭ 13 (-43.48%)
Mutual labels:  desktop-application
ZXDataHandle
简单易用的数据转换和存储框架,支持一行代码将模型、模型数组、Json字符串、字典互转;支持模型映射到sqlite3数据库,无需书写sql
Stars: ✭ 13 (-43.48%)
Mutual labels:  sqlite3
Hacktoberfest
Everyone is free to contribute. Not eligible for Hacktoberfest
Stars: ✭ 36 (+56.52%)
Mutual labels:  hacktoberfest2022
SwipeToActionLayout
Layout, which provides swipe to reveal behaviour 🎭
Stars: ✭ 85 (+269.57%)
Mutual labels:  hacktoberfest2022
glimmer-cs-gladiator
Gladiator (Glimmer Editor) - Glimmer Custom Shell
Stars: ✭ 26 (+13.04%)
Mutual labels:  desktop-application

Account Management System

   A desktop application made with Python/Kivy for managing account related data for college students.

Homescreen

1

Built using:

  • Python3
  • Kivy
  • KivyMD
  • xlrd
  • fpdf
  • Pyinstaller (to generate exe)
  • Inno Setup (to build installer for windows)

Releases:

  • v1.0.1-beta has been released for windows platform and the setup file can be downloaded from here.
  • You may visit here for other releases.

Screenshots:

Goto screenshot_small folder for screenshots.

Run the code manually:

  • Clone this repository: git clone https://github.com/shashi278/AC_Management.git
  • Install requirements(Depending upon what you call it, pip/pip3): cd AC_Management && pip3 install -r requirements.txt
  • Change current directory to src directory: cd AC_Management/src
  • And run(Depending upon what you call it, python/python3): python3 main.py

Error Note(Probably, no longer relevant):

If it's the first time you're trying to install kivy on ubuntu, you're likely to run into errors. If your error looks like this

/tmp/pip-install-yqca572t/kivy/kivy/include/gl_redirect.h:72:13: fatal error: GL/gl.h: No such file or directory
       72 | #   include <GL/gl.h>
          |             ^~~~~~~~~
    compilation terminated.
     error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
     
 

Running sudo apt install qt4-dev-tools should work for you. If that doesn't do, try this: sudo apt-get install build-essential autoconf libtool pkg-config python3-opengl python3-pyside.qtopengl qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus libgle3 python3-dev libssl-dev

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].