Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashi278/ac_management
A desktop application made with Python/Kivy for managing account related data of college students
https://github.com/shashi278/ac_management
account-management-system desktop-application kivy kivymd python sqlite3
Last synced: 3 months ago
JSON representation
A desktop application made with Python/Kivy for managing account related data of college students
- Host: GitHub
- URL: https://github.com/shashi278/ac_management
- Owner: shashi278
- License: mit
- Created: 2019-05-20T04:53:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T05:09:00.000Z (over 3 years ago)
- Last Synced: 2024-10-14T06:23:12.200Z (3 months ago)
- Topics: account-management-system, desktop-application, kivy, kivymd, python, sqlite3
- Language: Python
- Homepage:
- Size: 83.7 MB
- Stars: 23
- Watchers: 4
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Account Management System
A desktop application made with Python/Kivy for managing account related data for college students.#### Homescreen
![1](screenshot_small/1.png)#### 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](https://github.com/shashi278/AC_Management/releases/download/1.0.1/setup.exe).
* You may visit [here](https://github.com/shashi278/AC_Management/releases) for other releases.Screenshots:
------------
Goto [screenshot_small](https://github.com/shashi278/AC_Management/tree/master/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`