A student information management system in Python

本项目是一个学生信息管理系统,这个项目是用Python语言实现的,也实现了图形化界面的显示,同时也实现了管理员端,学生端两个登陆入口,同时底层使用的是Redis做的数据持久化。This project is a student information management system, this project is implemented in Python language, but also to achieve the graphical interface display, but also to achieve the administrator side, the student side of the two login entrance, at the same time the bottom using Redis to do data persistence. Python实现学生信息管理系统图形化界面-老师端-学生端项目 一,本项目简介 1.1 项目的功能介绍: 本项目是一个有关学生信息管理系统的项目,项目实现语言:Python。相关的功能: 常见的学生信息的增删改查操作。 当查询单个学生的信息时可以在界面上显示学生的一寸免冠照。 可以区分期中,期末的成绩。 后台使用的是Redis数据库 实现了教师端登陆,学生端登录双页面。 可以进行用户密码的修改 1.2 项目涉及到的技术点: Python语言实现相关的逻辑 tkinter页面设计,图片处理等相关的Python库 Python对接Redis数据库实现数据的相关操作 二,项目结构,环境及展示 2.1 项目结构 当前项目 img(存储相关图片资源的目录) InitData.py(为数据库初始化学生数据使用,用于做实验) Main.py(运行项目的入口文件) LoginPage.py(实现老师,学生登录的功能实现文件) StudentManager.py(老师端功能实现页面) StudentOnly.py(学生端功能实现页面) 2.2 项目环境 2.2.1 Python环境 […]

Read more

The 2nd Version Of Slothybot

Go to this website: “https://bitly.com/SlothyBot“ The 2nd Version Of Slothybot.The Bot Has Many Features, Such As: Moderation Commands; Kick, Warn, Ban, Mute, Tempmute, etc.Economy System; Shop (Not Finished yet), Gambling, Find command, Work (Early Development But Will Be Very Good When Complete) Donating Money, etc.Other Commands; Reaction Roles (Almost Finished), Pingpong etc. GitHub View Github    

Read more

Play music on Raspberry Pi Pico Without CPU involvement

Play music on Raspberry Pi Pico Without CPU involvement This is based on PIOBeep (https://github.com/benevpi/pico_pio_buzz) but lets you setup a piece of sound and then play it without processor involvement. It’s a little RAM intensive (circa 2K per second). It might be possible to improve this but might not. The DMA transfer is running as slowly as it can. I suppose slowing down the clock frequency would decrease RAM useage, but that probably defeats the point. It’s probably possible to […]

Read more

SORA the set of rules approach

i have been thinking about this one possibility since few dayswhile everyone is talking about consciousness in machines and MLsome scientists said they want to study an entire brain neural network to be able to interpret itbut what if there is a possibility that instead of that we define a sophisticated set of rules instead?i call this the “set of rules approach” to achieve minimal consciousnessi mean to give human like consciousness(at any level) to machinewe need to train it […]

Read more

Tiny Interactive File Transfer Application

This repository holds all the source code, tests and documentation of the TIFTAsoftware. The main goals of this program are: Ensure a safe and secure connection via SSH. Take advantage of SSH to establish an SFTP secure channel. Allow users to upload, download and remove files from remote server. The TIFTA software is nuder heavy development and ships in the form of a commandline application. No graphical user interface is provided yet. How to install For users If you would […]

Read more

Proof of concept GnuCash Webinterface

This may one day be a something truly great. [ ] Browse accounts and view transactions [ ] Record simple transactions with a smartphone pip install -r requirements.txt export FLASK_ENV=development flask run This is (currently) a personal project to play around and satisfy my own everyday needsand intellectual curiosity. Who knows what will become of it? GitHub    

Read more

Utility for converting IP Fabric webhooks into a Teams format

Setup IP Fabric Setup Go to Settings > Webhooks > Add webhook Provide a name URL will be: http(s)://:8000/ipfabric Copy secret Select if you want both Snapshot and Intent Events Recommended for only Snapshot events. Environment Setup Rename sample.env to .env Edit .env with your IPF and Teams variables Default IP Fabric alerts can be found in ipf_alerts.json and then minified into IPF_ALERTS Edit ipf_alerts.json to your desired settings python -c “import json, sys;json.dump(json.load(sys.stdin), sys.stdout)” < ipf_alerts.json Copy/paste output in [...]

Read more
1 423 424 425 426 427 1,023